Html Css Color HEX #CBE383 Sulu

📋 copy color: '#CBE383'

red 203 ◦ green 227 ◦ blue 131

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

Shades of Sulu #CBE383

Tints of Sulu #CBE383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.35%

R = 36.19%
G = 40.46%
B = 23.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#CBE383 (or 0xCBE383) is known color: Sulu. HEX triplet: CB, E3 and 83. RGB value is (203,227,131). Sum of RGB (Red+Green+Blue) = 203+227+131=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE383 is #341C7C. Grayscale: #D1D1D1. Windows color (decimal): -3415165 or 8643531. OLE color: 8643531.

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

Color convert

RGB 203 227 131 -
CMYK 0.11 0 0.42 0.11
HSL 75º 0.63% 0.7% -
HSV(B) 75º 0.42% 0.89% -
XYZ 56.19 69.27 31.88 -
YUV 208.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 203 227 131 0.11 0 0.42 0.11 75 0.63 0.7
Hex CB E3 83 B 0 2A B 4B 3F 46
Octal 313 343 203 13 0 52 13 113 77 106
Binary 11001011 11100011 10000011 1011 0 101010 1011 1001011 111111 1000110

Color Harmonies of #CBE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE383

Black with #CBE383

Text Example


Text Example

White with #CBE383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE383; }

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

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

background-color css

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

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

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

border-color css

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

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

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