Html Css Color HEX #CCF180 Sulu

📋 copy color: '#CCF180'

red 204 ◦ green 241 ◦ blue 128

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

Shades of Sulu #CCF180

Tints of Sulu #CCF180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.06%

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

R = 35.6%
G = 42.06%
B = 22.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#CCF180 (or 0xCCF180) is known color: Sulu. HEX triplet: CC, F1 and 80. RGB value is (204,241,128). Sum of RGB (Red+Green+Blue) = 204+241+128=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF180 is #330E7F. Grayscale: #D9D9D9. Windows color (decimal): -3346048 or 8450508. OLE color: 8450508.

HSL color Cylindrical-coordinate representation of color #CCF180: hue angle of 79.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF180 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 128 -
CMYK 0.15 0 0.47 0.05
HSL 79.65º 0.8% 0.72% -
HSV(B) 79.65º 0.47% 0.95% -
XYZ 60.25 77.31 32.17 -
YUV 217.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 204 241 128 0.15 0 0.47 0.05 79.65 0.8 0.72
Hex CC F1 80 F 0 2F 5 50 50 48
Octal 314 361 200 17 0 57 5 120 120 110
Binary 11001100 11110001 10000000 1111 0 101111 101 1010000 1010000 1001000

Color Harmonies of #CCF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF180

Black with #CCF180

Text Example


Text Example

White with #CCF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF180; }

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

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

background-color css

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

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

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

border-color css

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

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

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