Html Css Color HEX #CBE495 Reef

📋 copy color: '#CBE495'

red 203 ◦ green 228 ◦ blue 149

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

Shades of Reef #CBE495

Tints of Reef #CBE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.31%

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

R = 35%
G = 39.31%
B = 25.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CBE495 (or 0xCBE495) is known color: Reef. HEX triplet: CB, E4 and 95. RGB value is (203,228,149). Sum of RGB (Red+Green+Blue) = 203+228+149=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE495 is #341B6A. Grayscale: #D3D3D3. Windows color (decimal): -3414891 or 9823435. OLE color: 9823435.

HSL color Cylindrical-coordinate representation of color #CBE495: hue angle of 78.99º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE495 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 149 -
CMYK 0.11 0 0.35 0.11
HSL 78.99º 0.59% 0.74% -
HSV(B) 78.99º 0.35% 0.89% -
XYZ 57.8 70.35 38.97 -
YUV 211.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 203 228 149 0.11 0 0.35 0.11 78.99 0.59 0.74
Hex CB E4 95 B 0 23 B 4F 3B 4A
Octal 313 344 225 13 0 43 13 117 73 112
Binary 11001011 11100100 10010101 1011 0 100011 1011 1001111 111011 1001010

Color Harmonies of #CBE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE495

Black with #CBE495

Text Example


Text Example

White with #CBE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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