Html Css Color HEX #CFE66A Mindaro

📋 copy color: '#CFE66A'

red 207 ◦ green 230 ◦ blue 106

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

Shades of Mindaro #CFE66A

Tints of Mindaro #CFE66A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.36%

 BLUE value IS 106 (41.8% from 255) = 19.52%

R = 38.12%
G = 42.36%
B = 19.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CFE66A (or 0xCFE66A) is known color: Mindaro. HEX triplet: CF, E6 and 6A. RGB value is (207,230,106). Sum of RGB (Red+Green+Blue) = 207+230+106=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE66A is #301995. Grayscale: #D1D1D1. Windows color (decimal): -3152278 or 7005903. OLE color: 7005903.

HSL color Cylindrical-coordinate representation of color #CFE66A: hue angle of 71.13º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE66A is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 106 -
CMYK 0.10 0 0.54 0.10
HSL 71.13º 0.71% 0.66% -
HSV(B) 71.13º 0.54% 0.9% -
XYZ 56.63 70.9 24.34 -
YUV 208.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 207 230 106 0.10 0 0.54 0.10 71.13 0.71 0.66
Hex CF E6 6A A 0 36 A 47 47 42
Octal 317 346 152 12 0 66 12 107 107 102
Binary 11001111 11100110 1101010 1010 0 110110 1010 1000111 1000111 1000010

Color Harmonies of #CFE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE66A

Black with #CFE66A

Text Example


Text Example

White with #CFE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE66A; }

 p { color: rgb(207,230,106); }

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

background-color css

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

 a { background-color: rgb(207,230,106); }

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

border-color css

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

 span { border-color: rgb(207,230,106); }

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