Html Css Color HEX #CFE172 Mindaro

📋 copy color: '#CFE172'

red 207 ◦ green 225 ◦ blue 114

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

Shades of Mindaro #CFE172

Tints of Mindaro #CFE172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 37.91%
G = 41.21%
B = 20.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CFE172 (or 0xCFE172) is known color: Mindaro. HEX triplet: CF, E1 and 72. RGB value is (207,225,114). Sum of RGB (Red+Green+Blue) = 207+225+114=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE172 is #301E8D. Grayscale: #CFCFCF. Windows color (decimal): -3153550 or 7528911. OLE color: 7528911.

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

Color convert

RGB 207 225 114 -
CMYK 0.08 0 0.49 0.12
HSL 69.73º 0.65% 0.66% -
HSV(B) 69.73º 0.49% 0.88% -
XYZ 55.69 68.33 26.17 -
YUV 206.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 207 225 114 0.08 0 0.49 0.12 69.73 0.65 0.66
Hex CF E1 72 8 0 31 C 46 41 42
Octal 317 341 162 10 0 61 14 106 101 102
Binary 11001111 11100001 1110010 1000 0 110001 1100 1000110 1000001 1000010

Color Harmonies of #CFE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE172

Black with #CFE172

Text Example


Text Example

White with #CFE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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