Html Css Color HEX #CBF596 Reef

📋 copy color: '#CBF596'

red 203 ◦ green 245 ◦ blue 150

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

Shades of Reef #CBF596

Tints of Reef #CBF596

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.97%

 BLUE value IS 150 (58.98% from 255) = 25.08%

R = 33.95%
G = 40.97%
B = 25.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CBF596 (or 0xCBF596) is known color: Reef. HEX triplet: CB, F5 and 96. RGB value is (203,245,150). Sum of RGB (Red+Green+Blue) = 203+245+150=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF596 is #340A69. Grayscale: #DDDDDD. Windows color (decimal): -3410538 or 9893323. OLE color: 9893323.

HSL color Cylindrical-coordinate representation of color #CBF596: hue angle of 86.53º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBF596 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 150 -
CMYK 0.17 0 0.39 0.04
HSL 86.53º 0.83% 0.77% -
HSV(B) 86.53º 0.39% 0.96% -
XYZ 62.79 80.2 41.03 -
YUV 221.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 203 245 150 0.17 0 0.39 0.04 86.53 0.83 0.77
Hex CB F5 96 11 0 27 4 57 53 4D
Octal 313 365 226 21 0 47 4 127 123 115
Binary 11001011 11110101 10010110 10001 0 100111 100 1010111 1010011 1001101

Color Harmonies of #CBF596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF596

Black with #CBF596

Text Example


Text Example

White with #CBF596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF596; }

 p { color: rgb(203,245,150); }

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

background-color css

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

 a { background-color: rgb(203,245,150); }

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

border-color css

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

 span { border-color: rgb(203,245,150); }

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