Html Css Color HEX #CFE176 Mindaro

📋 copy color: '#CFE176'

red 207 ◦ green 225 ◦ blue 118

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

Shades of Mindaro #CFE176

Tints of Mindaro #CFE176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.45%

R = 37.64%
G = 40.91%
B = 21.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CFE176 (or 0xCFE176) is known color: Mindaro. HEX triplet: CF, E1 and 76. RGB value is (207,225,118). Sum of RGB (Red+Green+Blue) = 207+225+118=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE176 is #301E89. Grayscale: #CFCFCF. Windows color (decimal): -3153546 or 7791055. OLE color: 7791055.

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

Color convert

RGB 207 225 118 -
CMYK 0.08 0 0.48 0.12
HSL 70.09º 0.64% 0.67% -
HSV(B) 70.09º 0.48% 0.88% -
XYZ 55.93 68.42 27.4 -
YUV 207.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 207 225 118 0.08 0 0.48 0.12 70.09 0.64 0.67
Hex CF E1 76 8 0 30 C 46 40 43
Octal 317 341 166 10 0 60 14 106 100 103
Binary 11001111 11100001 1110110 1000 0 110000 1100 1000110 1000000 1000011

Color Harmonies of #CFE176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE176

Black with #CFE176

Text Example


Text Example

White with #CFE176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE176; }

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

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

background-color css

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

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

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

border-color css

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

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

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