Html Css Color HEX #CFEA6E Mindaro

📋 copy color: '#CFEA6E'

red 207 ◦ green 234 ◦ blue 110

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

Shades of Mindaro #CFEA6E

Tints of Mindaro #CFEA6E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

 BLUE value IS 110 (43.36% from 255) = 19.96%

R = 37.57%
G = 42.47%
B = 19.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#CFEA6E (or 0xCFEA6E) is known color: Mindaro. HEX triplet: CF, EA and 6E. RGB value is (207,234,110). Sum of RGB (Red+Green+Blue) = 207+234+110=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA6E is #301591. Grayscale: #D4D4D4. Windows color (decimal): -3151250 or 7269071. OLE color: 7269071.

HSL color Cylindrical-coordinate representation of color #CFEA6E: hue angle of 73.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFEA6E is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 110 -
CMYK 0.12 0 0.53 0.08
HSL 73.06º 0.75% 0.67% -
HSV(B) 73.06º 0.53% 0.92% -
XYZ 57.97 73.24 25.83 -
YUV 211.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 207 234 110 0.12 0 0.53 0.08 73.06 0.75 0.67
Hex CF EA 6E C 0 35 8 49 4B 43
Octal 317 352 156 14 0 65 10 111 113 103
Binary 11001111 11101010 1101110 1100 0 110101 1000 1001001 1001011 1000011

Color Harmonies of #CFEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA6E

Black with #CFEA6E

Text Example


Text Example

White with #CFEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA6E; }

 p { color: rgb(207,234,110); }

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

background-color css

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

 a { background-color: rgb(207,234,110); }

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

border-color css

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

 span { border-color: rgb(207,234,110); }

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