#CBF962

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

Shades of Mindaro #CBF962

Tints of Mindaro #CBF962

Color information

#CBF962 (or 0xCBF962) is unknown color: approx Mindaro. HEX triplet: CB, F9 and 62. RGB value is (203,249,98). Sum of RGB (Red+Green+Blue) = 203+249+98=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF962 is #34069D. Grayscale: #DADADA. Windows color (decimal): -3409566 or 6486475. OLE color: 6486475.

HSL color Cylindrical-coordinate representation of color #CBF962: hue angle of 78.28º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF962 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB20324998-
CMYK0.1800.610.02
HSL78.28º92.64%68.04%-
HSV(B)78.28º60.64%97.65%-
XYZ60.7181.3324.05-
YUV218.0360.26117.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 98 (38.67% from 255) = 17.82%
R=36.91%
G=45.27%
B=17.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203249980.1800.610.0278.2892.6468.04
HexCBF9621203D24e5d44
Octal313371142220752116135104
Binary1100101111111001110001010010011110110100111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF962; }

 p { color: rgb(203,249,98); }

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

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

 a { background-color: rgb(203,249,98); }

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

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

 span { border-color: rgb(203,249,98); }

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