#CBEF94

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

Shades of Reef #CBEF94

Tints of Reef #CBEF94

Color information

#CBEF94 (or 0xCBEF94) is unknown color: approx Reef. HEX triplet: CB, EF and 94. RGB value is (203,239,148). Sum of RGB (Red+Green+Blue) = 203+239+148=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEF94 is #34106B. Grayscale: #DADADA. Windows color (decimal): -3412076 or 9760715. OLE color: 9760715.

HSL color Cylindrical-coordinate representation of color #CBEF94: hue angle of 83.74º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBEF94 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB203239148-
CMYK0.1500.380.06
HSL83.74º73.98%75.88%-
HSV(B)83.74º38.08%93.73%-
XYZ60.8476.5739.59-
YUV217.8688.57117.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 239 (93.75% from 255) = 40.51%
BLUE value IS 148 (58.20% from 255) = 25.08%
R=34.41%
G=40.51%
B=25.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391480.1500.380.0683.7473.9875.88
HexCBEF94F0266544a4c
Octal313357224170466124112114
Binary11001011111011111001010011110100110110101010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEF94; }

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

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

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

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

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

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

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

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