Html Css Color HEX #CFEA6D Mindaro

📋 copy color: '#CFEA6D'

red 207 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #CFEA6D

Tints of Mindaro #CFEA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.82%

R = 37.64%
G = 42.55%
B = 19.82%

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

#CFEA6D (or 0xCFEA6D) is known color: Mindaro. HEX triplet: CF, EA and 6D. RGB value is (207,234,109). Sum of RGB (Red+Green+Blue) = 207+234+109=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA6D is #301592. Grayscale: #D4D4D4. Windows color (decimal): -3151251 or 7203535. OLE color: 7203535.

HSL color Cylindrical-coordinate representation of color #CFEA6D: hue angle of 72.96º 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 #CFEA6D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 109 -
CMYK 0.12 0 0.53 0.08
HSL 72.96º 0.75% 0.67% -
HSV(B) 72.96º 0.53% 0.92% -
XYZ 57.92 73.22 25.55 -
YUV 211.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 207 234 109 0.12 0 0.53 0.08 72.96 0.75 0.67
Hex CF EA 6D C 0 35 8 49 4B 43
Octal 317 352 155 14 0 65 10 111 113 103
Binary 11001111 11101010 1101101 1100 0 110101 1000 1001001 1001011 1000011

Color Harmonies of #CFEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA6D

Black with #CFEA6D

Text Example


Text Example

White with #CFEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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