Html Css Color HEX #CFE170 Mindaro

📋 copy color: '#CFE170'

red 207 ◦ green 225 ◦ blue 112

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

Shades of Mindaro #CFE170

Tints of Mindaro #CFE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.36%

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

R = 38.05%
G = 41.36%
B = 20.59%

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

#CFE170 (or 0xCFE170) is known color: Mindaro. HEX triplet: CF, E1 and 70. RGB value is (207,225,112). Sum of RGB (Red+Green+Blue) = 207+225+112=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE170 is #301E8F. Grayscale: #CFCFCF. Windows color (decimal): -3153552 or 7397839. OLE color: 7397839.

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

Color convert

RGB 207 225 112 -
CMYK 0.08 0 0.50 0.12
HSL 69.56º 0.65% 0.66% -
HSV(B) 69.56º 0.5% 0.88% -
XYZ 55.58 68.29 25.58 -
YUV 206.74 74.54 128.19 -
System Red Green Blue C M Y K H S L
Decimal 207 225 112 0.08 0 0.50 0.12 69.56 0.65 0.66
Hex CF E1 70 8 0 32 C 46 41 42
Octal 317 341 160 10 0 62 14 106 101 102
Binary 11001111 11100001 1110000 1000 0 110010 1100 1000110 1000001 1000010

Color Harmonies of #CFE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE170

Black with #CFE170

Text Example


Text Example

White with #CFE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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