#CBF792

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

Shades of Reef #CBF792

Tints of Reef #CBF792

Color information

#CBF792 (or 0xCBF792) is unknown color: approx Reef. HEX triplet: CB, F7 and 92. RGB value is (203,247,146). Sum of RGB (Red+Green+Blue) = 203+247+146=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF792 is #34086D. Grayscale: #DEDEDE. Windows color (decimal): -3410030 or 9631691. OLE color: 9631691.

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

Color convert

RGB203247146-
CMYK0.1800.410.03
HSL86.14º86.32%77.06%-
HSV(B)86.14º40.89%96.86%-
XYZ63.0881.2939.56-
YUV222.3384.92114.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 146 (57.42% from 255) = 24.50%
R=34.06%
G=41.44%
B=24.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471460.1800.410.0386.1486.3277.06
HexCBF79212029356564d
Octal313367222220513126126115
Binary11001011111101111001001010010010100111101011010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF792; }

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

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

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

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

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

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

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

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