Html Css Color HEX #CFE160 Mindaro

📋 copy color: '#CFE160'

red 207 ◦ green 225 ◦ blue 96

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

Shades of Mindaro #CFE160

Tints of Mindaro #CFE160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 39.2%
G = 42.61%
B = 18.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CFE160 (or 0xCFE160) is known color: Mindaro. HEX triplet: CF, E1 and 60. RGB value is (207,225,96). Sum of RGB (Red+Green+Blue) = 207+225+96=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE160 is #301E9F. Grayscale: #CDCDCD. Windows color (decimal): -3153568 or 6349263. OLE color: 6349263.

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

Color convert

RGB 207 225 96 -
CMYK 0.08 0 0.57 0.12
HSL 68.37º 0.68% 0.63% -
HSV(B) 68.37º 0.57% 0.88% -
XYZ 54.77 67.96 21.3 -
YUV 204.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 207 225 96 0.08 0 0.57 0.12 68.37 0.68 0.63
Hex CF E1 60 8 0 39 C 44 44 3F
Octal 317 341 140 10 0 71 14 104 104 77
Binary 11001111 11100001 1100000 1000 0 111001 1100 1000100 1000100 111111

Color Harmonies of #CFE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE160

Black with #CFE160

Text Example


Text Example

White with #CFE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE160; }

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

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

background-color css

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

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

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

border-color css

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

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

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