Html Css Color HEX #CCE680 Sulu

📋 copy color: '#CCE680'

red 204 ◦ green 230 ◦ blue 128

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

Shades of Sulu #CCE680

Tints of Sulu #CCE680

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

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

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

R = 36.3%
G = 40.93%
B = 22.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#CCE680 (or 0xCCE680) is known color: Sulu. HEX triplet: CC, E6 and 80. RGB value is (204,230,128). Sum of RGB (Red+Green+Blue) = 204+230+128=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE680 is #33197F. Grayscale: #D2D2D2. Windows color (decimal): -3348864 or 8447692. OLE color: 8447692.

HSL color Cylindrical-coordinate representation of color #CCE680: hue angle of 75.29º 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 #CCE680 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 128 -
CMYK 0.11 0 0.44 0.10
HSL 75.29º 0.67% 0.7% -
HSV(B) 75.29º 0.44% 0.9% -
XYZ 57.09 70.99 31.12 -
YUV 210.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 204 230 128 0.11 0 0.44 0.10 75.29 0.67 0.7
Hex CC E6 80 B 0 2C A 4B 43 46
Octal 314 346 200 13 0 54 12 113 103 106
Binary 11001100 11100110 10000000 1011 0 101100 1010 1001011 1000011 1000110

Color Harmonies of #CCE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE680

Black with #CCE680

Text Example


Text Example

White with #CCE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE680; }

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

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

background-color css

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

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

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

border-color css

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

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

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