Html Css Color HEX #CFE070 Mindaro

📋 copy color: '#CFE070'

red 207 ◦ green 224 ◦ blue 112

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

Shades of Mindaro #CFE070

Tints of Mindaro #CFE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

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

R = 38.12%
G = 41.25%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CFE070 (or 0xCFE070) is known color: Mindaro. HEX triplet: CF, E0 and 70. RGB value is (207,224,112). Sum of RGB (Red+Green+Blue) = 207+224+112=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE070 is #301F8F. Grayscale: #CECECE. Windows color (decimal): -3153808 or 7397583. OLE color: 7397583.

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

Color convert

RGB 207 224 112 -
CMYK 0.08 0 0.50 0.12
HSL 69.11º 0.64% 0.66% -
HSV(B) 69.11º 0.5% 0.88% -
XYZ 55.31 67.75 25.49 -
YUV 206.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 207 224 112 0.08 0 0.50 0.12 69.11 0.64 0.66
Hex CF E0 70 8 0 32 C 45 40 42
Octal 317 340 160 10 0 62 14 105 100 102
Binary 11001111 11100000 1110000 1000 0 110010 1100 1000101 1000000 1000010

Color Harmonies of #CFE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE070

Black with #CFE070

Text Example


Text Example

White with #CFE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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