#CBFF40

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

Shades of Green Yellow #CBFF40

Tints of Green Yellow #CBFF40

Color information

#CBFF40 (or 0xCBFF40) is unknown color: approx Green Yellow. HEX triplet: CB, FF and 40. RGB value is (203,255,64). Sum of RGB (Red+Green+Blue) = 203+255+64=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFF40 is #3400BF. Grayscale: #DADADA. Windows color (decimal): -3408064 or 4259787. OLE color: 4259787.

HSL color Cylindrical-coordinate representation of color #CBFF40: hue angle of 76.34º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBFF40 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB20325564-
CMYK0.2000.750
HSL76.34º100%62.55%-
HSV(B)76.34º74.9%100%-
XYZ61.3184.5917.95-
YUV217.6841.27117.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 64 (25.39% from 255) = 12.26%
R=38.89%
G=48.85%
B=12.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203255640.2000.75076.3410062.55
HexCBFF401404B04c643f
Octal313377100240113011414477
Binary110010111111111110000001010001001011010011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF40; }

 p { color: rgb(203,255,64); }

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

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

 a { background-color: rgb(203,255,64); }

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

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

 span { border-color: rgb(203,255,64); }

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