Html Css Color HEX #CBF99E Reef

📋 copy color: '#CBF99E'

red 203 ◦ green 249 ◦ blue 158

#CBF99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBF99E

Tints of Reef #CBF99E

RGB

 RED value IS 203 (79.69% from 255) = 33.28%

 GREEN value IS 249 (97.66% from 255) = 40.82%

 BLUE value IS 158 (62.11% from 255) = 25.9%

R = 33.28%
G = 40.82%
B = 25.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#CBF99E (or 0xCBF99E) is known color: Reef. HEX triplet: CB, F9 and 9E. RGB value is (203,249,158). Sum of RGB (Red+Green+Blue) = 203+249+158=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF99E is #340661. Grayscale: #E1E1E1. Windows color (decimal): -3409506 or 10418635. OLE color: 10418635.

HSL color Cylindrical-coordinate representation of color #CBF99E: hue angle of 90.33º 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 #CBF99E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 158 -
CMYK 0.18 0 0.37 0.02
HSL 90.33º 0.88% 0.8% -
HSV(B) 90.33º 0.37% 0.98% -
XYZ 64.68 82.92 44.94 -
YUV 224.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 203 249 158 0.18 0 0.37 0.02 90.33 0.88 0.8
Hex CB F9 9E 12 0 25 2 5A 58 50
Octal 313 371 236 22 0 45 2 132 130 120
Binary 11001011 11111001 10011110 10010 0 100101 10 1011010 1011000 1010000

Color Harmonies of #CBF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF99E

Black with #CBF99E

Text Example


Text Example

White with #CBF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF99E; }

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

 H1.HeaderClassName
 {
   color: #CBF99E;
 }
 .AnyTagClassName
 {
   color: #CBF99E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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