Html Css Color HEX #CBE473 Sulu

📋 copy color: '#CBE473'

red 203 ◦ green 228 ◦ blue 115

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

Shades of Sulu #CBE473

Tints of Sulu #CBE473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 37.18%
G = 41.76%
B = 21.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CBE473 (or 0xCBE473) is known color: Sulu. HEX triplet: CB, E4 and 73. RGB value is (203,228,115). Sum of RGB (Red+Green+Blue) = 203+228+115=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE473 is #341B8C. Grayscale: #D0D0D0. Windows color (decimal): -3414925 or 7595211. OLE color: 7595211.

HSL color Cylindrical-coordinate representation of color #CBE473: hue angle of 73.27º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE473 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 115 -
CMYK 0.11 0 0.50 0.11
HSL 73.27º 0.68% 0.67% -
HSV(B) 73.27º 0.5% 0.89% -
XYZ 55.47 69.42 26.7 -
YUV 207.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 203 228 115 0.11 0 0.50 0.11 73.27 0.68 0.67
Hex CB E4 73 B 0 32 B 49 44 43
Octal 313 344 163 13 0 62 13 111 104 103
Binary 11001011 11100100 1110011 1011 0 110010 1011 1001001 1000100 1000011

Color Harmonies of #CBE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE473

Black with #CBE473

Text Example


Text Example

White with #CBE473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE473; }

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

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

background-color css

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

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

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

border-color css

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

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

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