Html Css Color HEX #CBE494 Reef

📋 copy color: '#CBE494'

red 203 ◦ green 228 ◦ blue 148

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

Shades of Reef #CBE494

Tints of Reef #CBE494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 35.06%
G = 39.38%
B = 25.56%

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

#CBE494 (or 0xCBE494) is known color: Reef. HEX triplet: CB, E4 and 94. RGB value is (203,228,148). Sum of RGB (Red+Green+Blue) = 203+228+148=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE494 is #341B6B. Grayscale: #D3D3D3. Windows color (decimal): -3414892 or 9757899. OLE color: 9757899.

HSL color Cylindrical-coordinate representation of color #CBE494: hue angle of 78.75º degrees, saturation: 0.6, 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 #CBE494 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 148 -
CMYK 0.11 0 0.35 0.11
HSL 78.75º 0.6% 0.74% -
HSV(B) 78.75º 0.35% 0.89% -
XYZ 57.72 70.32 38.55 -
YUV 211.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 203 228 148 0.11 0 0.35 0.11 78.75 0.6 0.74
Hex CB E4 94 B 0 23 B 4F 3C 4A
Octal 313 344 224 13 0 43 13 117 74 112
Binary 11001011 11100100 10010100 1011 0 100011 1011 1001111 111100 1001010

Color Harmonies of #CBE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE494

Black with #CBE494

Text Example


Text Example

White with #CBE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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