Html Css Color HEX #CCF980 Sulu

📋 copy color: '#CCF980'

red 204 ◦ green 249 ◦ blue 128

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

Shades of Sulu #CCF980

Tints of Sulu #CCF980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

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

R = 35.11%
G = 42.86%
B = 22.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#CCF980 (or 0xCCF980) is known color: Sulu. HEX triplet: CC, F9 and 80. RGB value is (204,249,128). Sum of RGB (Red+Green+Blue) = 204+249+128=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF980 is #33067F. Grayscale: #DEDEDE. Windows color (decimal): -3344000 or 8452556. OLE color: 8452556.

HSL color Cylindrical-coordinate representation of color #CCF980: hue angle of 82.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF980 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 128 -
CMYK 0.18 0 0.49 0.02
HSL 82.31º 0.91% 0.74% -
HSV(B) 82.31º 0.49% 0.98% -
XYZ 62.67 82.15 32.97 -
YUV 221.75 75.09 115.34 -
System Red Green Blue C M Y K H S L
Decimal 204 249 128 0.18 0 0.49 0.02 82.31 0.91 0.74
Hex CC F9 80 12 0 31 2 52 5B 4A
Octal 314 371 200 22 0 61 2 122 133 112
Binary 11001100 11111001 10000000 10010 0 110001 10 1010010 1011011 1001010

Color Harmonies of #CCF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF980

Black with #CCF980

Text Example


Text Example

White with #CCF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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