#CBFF9A

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

Shades of Reef #CBFF9A

Tints of Reef #CBFF9A

Color information

#CBFF9A (or 0xCBFF9A) is unknown color: approx Reef. HEX triplet: CB, FF and 9A. RGB value is (203,255,154). Sum of RGB (Red+Green+Blue) = 203+255+154=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF9A is #340065. Grayscale: #E4E4E4. Windows color (decimal): -3407974 or 10158027. OLE color: 10158027.

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

Color convert

RGB203255154-
CMYK0.2000.400
HSL90.89º100%80.2%-
HSV(B)90.89º39.61%100%-
XYZ66.2286.5543.79-
YUV227.9486.27110.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=33.17%
G=41.67%
B=25.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551540.2000.40090.8910080.2
HexCBFF9A1402805b6450
Octal313377232240500133144120
Binary1100101111111111100110101010001010000101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF9A; }

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

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

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

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

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

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

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

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