#CBF05D

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

Shades of Mindaro #CBF05D

Tints of Mindaro #CBF05D

Color information

#CBF05D (or 0xCBF05D) is unknown color: approx Mindaro. HEX triplet: CB, F0 and 5D. RGB value is (203,240,93). Sum of RGB (Red+Green+Blue) = 203+240+93=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF05D is #340FA2. Grayscale: #D4D4D4. Windows color (decimal): -3411875 or 6156491. OLE color: 6156491.

HSL color Cylindrical-coordinate representation of color #CBF05D: hue angle of 75.1º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF05D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB20324093-
CMYK0.1500.610.06
HSL75.1º83.05%65.29%-
HSV(B)75.1º61.25%94.12%-
XYZ57.7675.8121.94-
YUV212.1860.74121.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 240 (94.14% from 255) = 44.78%
BLUE value IS 93 (36.72% from 255) = 17.35%
R=37.87%
G=44.78%
B=17.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203240930.1500.610.0675.183.0565.29
HexCBF05DF03D64b5341
Octal313360135170756113123101
Binary1100101111110000101110111110111101110100101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF05D; }

 p { color: rgb(203,240,93); }

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

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

 a { background-color: rgb(203,240,93); }

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

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

 span { border-color: rgb(203,240,93); }

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