#CBF99D

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

Shades of Reef #CBF99D

Tints of Reef #CBF99D

Color information

#CBF99D (or 0xCBF99D) is unknown color: approx Reef. HEX triplet: CB, F9 and 9D. RGB value is (203,249,157). Sum of RGB (Red+Green+Blue) = 203+249+157=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF99D is #340662. Grayscale: #E1E1E1. Windows color (decimal): -3409507 or 10353099. OLE color: 10353099.

HSL color Cylindrical-coordinate representation of color #CBF99D: hue angle of 90º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBF99D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB203249157-
CMYK0.1800.370.02
HSL90º88.46%79.61%-
HSV(B)90º36.95%97.65%-
XYZ64.5982.8844.49-
YUV224.7689.76112.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=33.33%
G=40.89%
B=25.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491570.1800.370.029088.4679.61
HexCBF99D1202525a5850
Octal313371235220452132130120
Binary11001011111110011001110110010010010110101101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF99D; }

 p { color: rgb(203,249,157); }

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

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

 a { background-color: rgb(203,249,157); }

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

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

 span { border-color: rgb(203,249,157); }

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