#CBFB5A

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

Shades of Mindaro #CBFB5A

Tints of Mindaro #CBFB5A

Color information

#CBFB5A (or 0xCBFB5A) is unknown color: approx Mindaro. HEX triplet: CB, FB and 5A. RGB value is (203,251,90). Sum of RGB (Red+Green+Blue) = 203+251+90=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFB5A is #3404A5. Grayscale: #DADADA. Windows color (decimal): -3409062 or 5962699. OLE color: 5962699.

HSL color Cylindrical-coordinate representation of color #CBFB5A: hue angle of 77.89º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBFB5A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB20325190-
CMYK0.1900.640.02
HSL77.89º95.27%66.86%-
HSV(B)77.89º64.14%98.43%-
XYZ60.9782.4322.37-
YUV218.2955.6117.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 90 (35.55% from 255) = 16.54%
R=37.32%
G=46.14%
B=16.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203251900.1900.640.0277.8995.2766.86
HexCBFB5A1304024e5f43
Octal3133731322301002116137103
Binary11001011111110111011010100110100000010100111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFB5A; }

 p { color: rgb(203,251,90); }

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

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

 a { background-color: rgb(203,251,90); }

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

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

 span { border-color: rgb(203,251,90); }

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