#CBF794

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

Shades of Reef #CBF794

Tints of Reef #CBF794

Color information

#CBF794 (or 0xCBF794) is unknown color: approx Reef. HEX triplet: CB, F7 and 94. RGB value is (203,247,148). Sum of RGB (Red+Green+Blue) = 203+247+148=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF794 is #34086B. Grayscale: #DEDEDE. Windows color (decimal): -3410028 or 9762763. OLE color: 9762763.

HSL color Cylindrical-coordinate representation of color #CBF794: hue angle of 86.67º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBF794 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB203247148-
CMYK0.1800.400.03
HSL86.67º86.09%77.45%-
HSV(B)86.67º40.08%96.86%-
XYZ63.2381.3640.39-
YUV222.5685.92114.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 247 (96.88% from 255) = 41.30%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=33.95%
G=41.30%
B=24.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471480.1800.400.0386.6786.0977.45
HexCBF79412028357564d
Octal313367224220503127126115
Binary11001011111101111001010010010010100011101011110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF794; }

 p { color: rgb(203,247,148); }

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

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

 a { background-color: rgb(203,247,148); }

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

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

 span { border-color: rgb(203,247,148); }

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