Html Css Color HEX #CCF982 Sulu

📋 copy color: '#CCF982'

red 204 ◦ green 249 ◦ blue 130

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

Shades of Sulu #CCF982

Tints of Sulu #CCF982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.3%

R = 34.99%
G = 42.71%
B = 22.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#CCF982 (or 0xCCF982) is known color: Sulu. HEX triplet: CC, F9 and 82. RGB value is (204,249,130). Sum of RGB (Red+Green+Blue) = 204+249+130=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF982 is #33067D. Grayscale: #DEDEDE. Windows color (decimal): -3343998 or 8583628. OLE color: 8583628.

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

Color convert

RGB 204 249 130 -
CMYK 0.18 0 0.48 0.02
HSL 82.69º 0.91% 0.74% -
HSV(B) 82.69º 0.48% 0.98% -
XYZ 62.81 82.2 33.68 -
YUV 221.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 204 249 130 0.18 0 0.48 0.02 82.69 0.91 0.74
Hex CC F9 82 12 0 30 2 53 5B 4A
Octal 314 371 202 22 0 60 2 123 133 112
Binary 11001100 11111001 10000010 10010 0 110000 10 1010011 1011011 1001010

Color Harmonies of #CCF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF982

Black with #CCF982

Text Example


Text Example

White with #CCF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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