Html Css Color HEX #CFF65A Mindaro

📋 copy color: '#CFF65A'

red 207 ◦ green 246 ◦ blue 90

#CFF65A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CFF65A

Tints of Mindaro #CFF65A

RGB

 RED value IS 207 (81.25% from 255) = 38.12%

 GREEN value IS 246 (96.48% from 255) = 45.3%

 BLUE value IS 90 (35.55% from 255) = 16.57%

R = 38.12%
G = 45.3%
B = 16.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFF65A (or 0xCFF65A) is known color: Mindaro. HEX triplet: CF, F6 and 5A. RGB value is (207,246,90). Sum of RGB (Red+Green+Blue) = 207+246+90=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF65A is #3009A5. Grayscale: #D9D9D9. Windows color (decimal): -3148198 or 5961423. OLE color: 5961423.

HSL color Cylindrical-coordinate representation of color #CFF65A: hue angle of 75º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF65A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 90 -
CMYK 0.16 0 0.63 0.04
HSL 75º 0.9% 0.66% -
HSV(B) 75º 0.63% 0.96% -
XYZ 60.53 79.92 21.91 -
YUV 216.56 56.58 121.18 -
System Red Green Blue C M Y K H S L
Decimal 207 246 90 0.16 0 0.63 0.04 75 0.9 0.66
Hex CF F6 5A 10 0 3F 4 4B 5A 42
Octal 317 366 132 20 0 77 4 113 132 102
Binary 11001111 11110110 1011010 10000 0 111111 100 1001011 1011010 1000010

Color Harmonies of #CFF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF65A

Black with #CFF65A

Text Example


Text Example

White with #CFF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF65A; }

 p { color: rgb(207,246,90); }

 H1.HeaderClassName
 {
   color: #CFF65A;
 }
 .AnyTagClassName
 {
   color: #CFF65A;
 }
</style>

background-color css

<style>
 a { background-color: #CFF65A; }

 a { background-color: rgb(207,246,90); }

 div.DivClassName
 {
   background-color: #CFF65A;
 }
 .BgClassName
 {
   background-color: #CFF65A;
 }
</style>

border-color css

<style>
 span { border-color: #CFF65A; }

 span { border-color: rgb(207,246,90); }

 td.TdClassName
 {
   border-color: #CFF65A;
 }
 .TagClassName
 {
   border-color: #CFF65A;
 }
</style>