#CBF293

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

Shades of Reef #CBF293

Tints of Reef #CBF293

Color information

#CBF293 (or 0xCBF293) is unknown color: approx Reef. HEX triplet: CB, F2 and 93. RGB value is (203,242,147). Sum of RGB (Red+Green+Blue) = 203+242+147=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF293 is #340D6C. Grayscale: #DBDBDB. Windows color (decimal): -3411309 or 9695947. OLE color: 9695947.

HSL color Cylindrical-coordinate representation of color #CBF293: hue angle of 84.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBF293 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB203242147-
CMYK0.1600.390.05
HSL84.63º78.51%76.27%-
HSV(B)84.63º39.26%94.9%-
XYZ61.6578.3139.47-
YUV219.5187.08116.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 147 (57.81% from 255) = 24.83%
R=34.29%
G=40.88%
B=24.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421470.1600.390.0584.6378.5176.27
HexCBF293100275554f4c
Octal313362223200475125117114
Binary110010111111001010010011100000100111101101010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF293; }

 p { color: rgb(203,242,147); }

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

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

 a { background-color: rgb(203,242,147); }

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

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

 span { border-color: rgb(203,242,147); }

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