Html Css Color HEX #CCF382 Sulu

📋 copy color: '#CCF382'

red 204 ◦ green 243 ◦ blue 130

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

Shades of Sulu #CCF382

Tints of Sulu #CCF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.11%

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

R = 35.36%
G = 42.11%
B = 22.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#CCF382 (or 0xCCF382) is known color: Sulu. HEX triplet: CC, F3 and 82. RGB value is (204,243,130). Sum of RGB (Red+Green+Blue) = 204+243+130=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF382 is #330C7D. Grayscale: #DADADA. Windows color (decimal): -3345534 or 8582092. OLE color: 8582092.

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

Color convert

RGB 204 243 130 -
CMYK 0.16 0 0.47 0.05
HSL 80.71º 0.82% 0.73% -
HSV(B) 80.71º 0.47% 0.95% -
XYZ 60.98 78.55 33.07 -
YUV 218.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 204 243 130 0.16 0 0.47 0.05 80.71 0.82 0.73
Hex CC F3 82 10 0 2F 5 51 52 49
Octal 314 363 202 20 0 57 5 121 122 111
Binary 11001100 11110011 10000010 10000 0 101111 101 1010001 1010010 1001001

Color Harmonies of #CCF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF382

Black with #CCF382

Text Example


Text Example

White with #CCF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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