Html Css Color HEX #CFEA70 Mindaro

📋 copy color: '#CFEA70'

red 207 ◦ green 234 ◦ blue 112

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

Shades of Mindaro #CFEA70

Tints of Mindaro #CFEA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 37.43%
G = 42.31%
B = 20.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CFEA70 (or 0xCFEA70) is known color: Mindaro. HEX triplet: CF, EA and 70. RGB value is (207,234,112). Sum of RGB (Red+Green+Blue) = 207+234+112=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA70 is #30158F. Grayscale: #D4D4D4. Windows color (decimal): -3151248 or 7400143. OLE color: 7400143.

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

Color convert

RGB 207 234 112 -
CMYK 0.12 0 0.52 0.08
HSL 73.28º 0.74% 0.68% -
HSV(B) 73.28º 0.52% 0.92% -
XYZ 58.08 73.28 26.41 -
YUV 212.02 71.55 124.42 -
System Red Green Blue C M Y K H S L
Decimal 207 234 112 0.12 0 0.52 0.08 73.28 0.74 0.68
Hex CF EA 70 C 0 34 8 49 4A 44
Octal 317 352 160 14 0 64 10 111 112 104
Binary 11001111 11101010 1110000 1100 0 110100 1000 1001001 1001010 1000100

Color Harmonies of #CFEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA70

Black with #CFEA70

Text Example


Text Example

White with #CFEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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