Html Css Color HEX #CBF09D Reef

📋 copy color: '#CBF09D'

red 203 ◦ green 240 ◦ blue 157

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

Shades of Reef #CBF09D

Tints of Reef #CBF09D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40%

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

R = 33.83%
G = 40%
B = 26.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#CBF09D (or 0xCBF09D) is known color: Reef. HEX triplet: CB, F0 and 9D. RGB value is (203,240,157). Sum of RGB (Red+Green+Blue) = 203+240+157=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF09D is #340F62. Grayscale: #DBDBDB. Windows color (decimal): -3411811 or 10350795. OLE color: 10350795.

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

Color convert

RGB 203 240 157 -
CMYK 0.15 0 0.35 0.06
HSL 86.75º 0.73% 0.78% -
HSV(B) 86.75º 0.35% 0.94% -
XYZ 61.87 77.45 43.59 -
YUV 219.48 92.74 116.25 -
System Red Green Blue C M Y K H S L
Decimal 203 240 157 0.15 0 0.35 0.06 86.75 0.73 0.78
Hex CB F0 9D F 0 23 6 57 49 4E
Octal 313 360 235 17 0 43 6 127 111 116
Binary 11001011 11110000 10011101 1111 0 100011 110 1010111 1001001 1001110

Color Harmonies of #CBF09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF09D

Black with #CBF09D

Text Example


Text Example

White with #CBF09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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