#CBF05F

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

Shades of Mindaro #CBF05F

Tints of Mindaro #CBF05F

Color information

#CBF05F (or 0xCBF05F) is unknown color: approx Mindaro. HEX triplet: CB, F0 and 5F. RGB value is (203,240,95). Sum of RGB (Red+Green+Blue) = 203+240+95=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF05F is #340FA0. Grayscale: #D4D4D4. Windows color (decimal): -3411873 or 6287563. OLE color: 6287563.

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

Color convert

RGB20324095-
CMYK0.1500.600.06
HSL75.31º82.86%65.69%-
HSV(B)75.31º60.42%94.12%-
XYZ57.8575.8422.42-
YUV212.4161.74121.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 240 (94.14% from 255) = 44.61%
BLUE value IS 95 (37.5% from 255) = 17.66%
R=37.73%
G=44.61%
B=17.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203240950.1500.600.0675.3182.8665.69
HexCBF05FF03C64b5342
Octal313360137170746113123102
Binary1100101111110000101111111110111100110100101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF05F; }

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

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

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

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

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

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

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

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