Html Css Color HEX #CFEA74 Mindaro

📋 copy color: '#CFEA74'

red 207 ◦ green 234 ◦ blue 116

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

Shades of Mindaro #CFEA74

Tints of Mindaro #CFEA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 37.16%
G = 42.01%
B = 20.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#CFEA74 (or 0xCFEA74) is known color: Mindaro. HEX triplet: CF, EA and 74. RGB value is (207,234,116). Sum of RGB (Red+Green+Blue) = 207+234+116=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA74 is #30158B. Grayscale: #D4D4D4. Windows color (decimal): -3151244 or 7662287. OLE color: 7662287.

HSL color Cylindrical-coordinate representation of color #CFEA74: hue angle of 73.73º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFEA74 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 116 -
CMYK 0.12 0 0.50 0.08
HSL 73.73º 0.74% 0.69% -
HSV(B) 73.73º 0.5% 0.92% -
XYZ 58.31 73.37 27.61 -
YUV 212.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 207 234 116 0.12 0 0.50 0.08 73.73 0.74 0.69
Hex CF EA 74 C 0 32 8 4A 4A 45
Octal 317 352 164 14 0 62 10 112 112 105
Binary 11001111 11101010 1110100 1100 0 110010 1000 1001010 1001010 1000101

Color Harmonies of #CFEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA74

Black with #CFEA74

Text Example


Text Example

White with #CFEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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