Html Css Color HEX #CFE175 Mindaro

📋 copy color: '#CFE175'

red 207 ◦ green 225 ◦ blue 117

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

Shades of Mindaro #CFE175

Tints of Mindaro #CFE175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 37.7%
G = 40.98%
B = 21.31%

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

#CFE175 (or 0xCFE175) is known color: Mindaro. HEX triplet: CF, E1 and 75. RGB value is (207,225,117). Sum of RGB (Red+Green+Blue) = 207+225+117=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE175 is #301E8A. Grayscale: #CFCFCF. Windows color (decimal): -3153547 or 7725519. OLE color: 7725519.

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

Color convert

RGB 207 225 117 -
CMYK 0.08 0 0.48 0.12
HSL 70º 0.64% 0.67% -
HSV(B) 70º 0.48% 0.88% -
XYZ 55.87 68.4 27.09 -
YUV 207.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 207 225 117 0.08 0 0.48 0.12 70 0.64 0.67
Hex CF E1 75 8 0 30 C 46 40 43
Octal 317 341 165 10 0 60 14 106 100 103
Binary 11001111 11100001 1110101 1000 0 110000 1100 1000110 1000000 1000011

Color Harmonies of #CFE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE175

Black with #CFE175

Text Example


Text Example

White with #CFE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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