#CBFF9E

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

Shades of Reef #CBFF9E

Tints of Reef #CBFF9E

Color information

#CBFF9E (or 0xCBFF9E) is unknown color: approx Reef. HEX triplet: CB, FF and 9E. RGB value is (203,255,158). Sum of RGB (Red+Green+Blue) = 203+255+158=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF9E is #340061. Grayscale: #E4E4E4. Windows color (decimal): -3407970 or 10420171. OLE color: 10420171.

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

Color convert

RGB203255158-
CMYK0.2000.380
HSL92.16º100%80.98%-
HSV(B)92.16º38.04%100%-
XYZ66.5686.6945.57-
YUV228.3988.27109.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 158 (62.11% from 255) = 25.65%
R=32.95%
G=41.40%
B=25.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551580.2000.38092.1610080.98
HexCBFF9E1402605c6451
Octal313377236240460134144121
Binary1100101111111111100111101010001001100101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF9E; }

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

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

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

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

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

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

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

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