#CBF958

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

Shades of Mindaro #CBF958

Tints of Mindaro #CBF958

Color information

#CBF958 (or 0xCBF958) is unknown color: approx Mindaro. HEX triplet: CB, F9 and 58. RGB value is (203,249,88). Sum of RGB (Red+Green+Blue) = 203+249+88=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF958 is #3406A7. Grayscale: #D9D9D9. Windows color (decimal): -3409576 or 5831115. OLE color: 5831115.

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

Color convert

RGB20324988-
CMYK0.1800.650.02
HSL77.14º93.06%66.08%-
HSV(B)77.14º64.66%97.65%-
XYZ60.2781.1521.72-
YUV216.8955.26118.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 88 (34.77% from 255) = 16.30%
R=37.59%
G=46.11%
B=16.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203249880.1800.650.0277.1493.0666.08
HexCBF9581204124d5d42
Octal3133711302201012115135102
Binary11001011111110011011000100100100000110100110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF958; }

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

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

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

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

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

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

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

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