Html Css Color HEX #CBF296 Reef

📋 copy color: '#CBF296'

red 203 ◦ green 242 ◦ blue 150

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

Shades of Reef #CBF296

Tints of Reef #CBF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

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

R = 34.12%
G = 40.67%
B = 25.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CBF296 (or 0xCBF296) is known color: Reef. HEX triplet: CB, F2 and 96. RGB value is (203,242,150). Sum of RGB (Red+Green+Blue) = 203+242+150=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF296 is #340D69. Grayscale: #DCDCDC. Windows color (decimal): -3411306 or 9892555. OLE color: 9892555.

HSL color Cylindrical-coordinate representation of color #CBF296: hue angle of 85.43º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF296 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 150 -
CMYK 0.16 0 0.38 0.05
HSL 85.43º 0.78% 0.77% -
HSV(B) 85.43º 0.38% 0.95% -
XYZ 61.89 78.4 40.73 -
YUV 219.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 203 242 150 0.16 0 0.38 0.05 85.43 0.78 0.77
Hex CB F2 96 10 0 26 5 55 4E 4D
Octal 313 362 226 20 0 46 5 125 116 115
Binary 11001011 11110010 10010110 10000 0 100110 101 1010101 1001110 1001101

Color Harmonies of #CBF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF296

Black with #CBF296

Text Example


Text Example

White with #CBF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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