#CBF261

Color #CBF261 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CBF261

Tints of Mindaro #CBF261

Color information

#CBF261 (or 0xCBF261) is unknown color: approx Mindaro. HEX triplet: CB, F2 and 61. RGB value is (203,242,97). Sum of RGB (Red+Green+Blue) = 203+242+97=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF261 is #340D9E. Grayscale: #D6D6D6. Windows color (decimal): -3411359 or 6419147. OLE color: 6419147.

HSL color Cylindrical-coordinate representation of color #CBF261: hue angle of 76.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF261 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB20324297-
CMYK0.1600.600.05
HSL76.14º84.8%66.47%-
HSV(B)76.14º59.92%94.9%-
XYZ58.5477.0623.1-
YUV213.8162.08120.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 97 (38.28% from 255) = 17.90%
R=37.45%
G=44.65%
B=17.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203242970.1600.600.0576.1484.866.47
HexCBF2611003C54c5542
Octal313362141200745114125102
Binary11001011111100101100001100000111100101100110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF261; }

 p { color: rgb(203,242,97); }

 H1.HeaderClassName
 {
   color: #CBF261;
 }
 .AnyTagClassName
 {
   color: #CBF261;
 }
</style>
background-color css

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

 a { background-color: rgb(203,242,97); }

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

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

 span { border-color: rgb(203,242,97); }

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