Html Css Color HEX #CBE680 Sulu

📋 copy color: '#CBE680'

red 203 ◦ green 230 ◦ blue 128

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

Shades of Sulu #CBE680

Tints of Sulu #CBE680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41%

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 36.19%
G = 41%
B = 22.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#CBE680 (or 0xCBE680) is known color: Sulu. HEX triplet: CB, E6 and 80. RGB value is (203,230,128). Sum of RGB (Red+Green+Blue) = 203+230+128=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE680 is #34197F. Grayscale: #D2D2D2. Windows color (decimal): -3414400 or 8447691. OLE color: 8447691.

HSL color Cylindrical-coordinate representation of color #CBE680: hue angle of 75.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE680 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 128 -
CMYK 0.12 0 0.44 0.10
HSL 75.88º 0.67% 0.7% -
HSV(B) 75.88º 0.44% 0.9% -
XYZ 56.82 70.85 31.1 -
YUV 210.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 203 230 128 0.12 0 0.44 0.10 75.88 0.67 0.7
Hex CB E6 80 C 0 2C A 4C 43 46
Octal 313 346 200 14 0 54 12 114 103 106
Binary 11001011 11100110 10000000 1100 0 101100 1010 1001100 1000011 1000110

Color Harmonies of #CBE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE680

Black with #CBE680

Text Example


Text Example

White with #CBE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE680; }

 p { color: rgb(203,230,128); }

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

background-color css

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

 a { background-color: rgb(203,230,128); }

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

border-color css

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

 span { border-color: rgb(203,230,128); }

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