#CBFEA5

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

Shades of Reef #CBFEA5

Tints of Reef #CBFEA5

Color information

#CBFEA5 (or 0xCBFEA5) is unknown color: approx Reef. HEX triplet: CB, FE and A5. RGB value is (203,254,165). Sum of RGB (Red+Green+Blue) = 203+254+165=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFEA5 is #34015A. Grayscale: #E4E4E4. Windows color (decimal): -3408219 or 10878667. OLE color: 10878667.

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

Color convert

RGB203254165-
CMYK0.2000.350.00
HSL94.38º97.8%82.16%-
HSV(B)94.38º35.04%99.61%-
XYZ66.8686.348.73-
YUV228.692.1109.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 165 (64.84% from 255) = 26.53%
R=32.64%
G=40.84%
B=26.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541650.2000.350.0094.3897.882.16
HexCBFEA51402305e6252
Octal313376245240430136142122
Binary1100101111111110101001011010001000110101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEA5; }

 p { color: rgb(203,254,165); }

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

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

 a { background-color: rgb(203,254,165); }

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

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

 span { border-color: rgb(203,254,165); }

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