Html Css Color HEX #CBF99D Reef

📋 copy color: '#CBF99D'

red 203 ◦ green 249 ◦ blue 157

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

Shades of Reef #CBF99D

Tints of Reef #CBF99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.78%

R = 33.33%
G = 40.89%
B = 25.78%

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

#CBF99D (or 0xCBF99D) is known color: Reef. HEX triplet: CB, F9 and 9D. RGB value is (203,249,157). Sum of RGB (Red+Green+Blue) = 203+249+157=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF99D is #340662. Grayscale: #E1E1E1. Windows color (decimal): -3409507 or 10353099. OLE color: 10353099.

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

Color convert

RGB 203 249 157 -
CMYK 0.18 0 0.37 0.02
HSL 90º 0.88% 0.8% -
HSV(B) 90º 0.37% 0.98% -
XYZ 64.59 82.88 44.49 -
YUV 224.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 203 249 157 0.18 0 0.37 0.02 90 0.88 0.8
Hex CB F9 9D 12 0 25 2 5A 58 50
Octal 313 371 235 22 0 45 2 132 130 120
Binary 11001011 11111001 10011101 10010 0 100101 10 1011010 1011000 1010000

Color Harmonies of #CBF99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF99D

Black with #CBF99D

Text Example


Text Example

White with #CBF99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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