Html Css Color HEX #CBF095 Reef

📋 copy color: '#CBF095'

red 203 ◦ green 240 ◦ blue 149

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

Shades of Reef #CBF095

Tints of Reef #CBF095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.17%

R = 34.29%
G = 40.54%
B = 25.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CBF095 (or 0xCBF095) is known color: Reef. HEX triplet: CB, F0 and 95. RGB value is (203,240,149). Sum of RGB (Red+Green+Blue) = 203+240+149=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF095 is #340F6A. Grayscale: #DADADA. Windows color (decimal): -3411819 or 9826507. OLE color: 9826507.

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

Color convert

RGB 203 240 149 -
CMYK 0.15 0 0.38 0.06
HSL 84.4º 0.75% 0.76% -
HSV(B) 84.4º 0.38% 0.94% -
XYZ 61.21 77.19 40.11 -
YUV 218.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 203 240 149 0.15 0 0.38 0.06 84.4 0.75 0.76
Hex CB F0 95 F 0 26 6 54 4B 4C
Octal 313 360 225 17 0 46 6 124 113 114
Binary 11001011 11110000 10010101 1111 0 100110 110 1010100 1001011 1001100

Color Harmonies of #CBF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF095

Black with #CBF095

Text Example


Text Example

White with #CBF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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