Html Css Color HEX #CCF482 Sulu

📋 copy color: '#CCF482'

red 204 ◦ green 244 ◦ blue 130

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

Shades of Sulu #CCF482

Tints of Sulu #CCF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.21%

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

R = 35.29%
G = 42.21%
B = 22.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#CCF482 (or 0xCCF482) is known color: Sulu. HEX triplet: CC, F4 and 82. RGB value is (204,244,130). Sum of RGB (Red+Green+Blue) = 204+244+130=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF482 is #330B7D. Grayscale: #DBDBDB. Windows color (decimal): -3345278 or 8582348. OLE color: 8582348.

HSL color Cylindrical-coordinate representation of color #CCF482: hue angle of 81.05º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF482 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 130 -
CMYK 0.16 0 0.47 0.04
HSL 81.05º 0.84% 0.73% -
HSV(B) 81.05º 0.47% 0.96% -
XYZ 61.28 79.15 33.17 -
YUV 219.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 204 244 130 0.16 0 0.47 0.04 81.05 0.84 0.73
Hex CC F4 82 10 0 2F 4 51 54 49
Octal 314 364 202 20 0 57 4 121 124 111
Binary 11001100 11110100 10000010 10000 0 101111 100 1010001 1010100 1001001

Color Harmonies of #CCF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF482

Black with #CCF482

Text Example


Text Example

White with #CCF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF482; }

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

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

background-color css

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

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

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

border-color css

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

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

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