Html Css Color HEX #CBE379 Sulu

📋 copy color: '#CBE379'

red 203 ◦ green 227 ◦ blue 121

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

Shades of Sulu #CBE379

Tints of Sulu #CBE379

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

 BLUE value IS 121 (47.66% from 255) = 21.96%

R = 36.84%
G = 41.2%
B = 21.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CBE379 (or 0xCBE379) is known color: Sulu. HEX triplet: CB, E3 and 79. RGB value is (203,227,121). Sum of RGB (Red+Green+Blue) = 203+227+121=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE379 is #341C86. Grayscale: #D0D0D0. Windows color (decimal): -3415175 or 7988171. OLE color: 7988171.

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

Color convert

RGB 203 227 121 -
CMYK 0.11 0 0.47 0.11
HSL 73.58º 0.65% 0.68% -
HSV(B) 73.58º 0.47% 0.89% -
XYZ 55.55 69.02 28.48 -
YUV 207.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 203 227 121 0.11 0 0.47 0.11 73.58 0.65 0.68
Hex CB E3 79 B 0 2F B 4A 41 44
Octal 313 343 171 13 0 57 13 112 101 104
Binary 11001011 11100011 1111001 1011 0 101111 1011 1001010 1000001 1000100

Color Harmonies of #CBE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE379

Black with #CBE379

Text Example


Text Example

White with #CBE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE379; }

 p { color: rgb(203,227,121); }

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

background-color css

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

 a { background-color: rgb(203,227,121); }

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

border-color css

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

 span { border-color: rgb(203,227,121); }

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