Html Css Color HEX #CCF182 Sulu

📋 copy color: '#CCF182'

red 204 ◦ green 241 ◦ blue 130

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

Shades of Sulu #CCF182

Tints of Sulu #CCF182

RGB

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

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

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

R = 35.48%
G = 41.91%
B = 22.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#CCF182 (or 0xCCF182) is known color: Sulu. HEX triplet: CC, F1 and 82. RGB value is (204,241,130). Sum of RGB (Red+Green+Blue) = 204+241+130=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF182 is #330E7D. Grayscale: #D9D9D9. Windows color (decimal): -3346046 or 8581580. OLE color: 8581580.

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

Color convert

RGB 204 241 130 -
CMYK 0.15 0 0.46 0.05
HSL 80º 0.8% 0.73% -
HSV(B) 80º 0.46% 0.95% -
XYZ 60.39 77.36 32.87 -
YUV 217.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 204 241 130 0.15 0 0.46 0.05 80 0.8 0.73
Hex CC F1 82 F 0 2E 5 50 50 49
Octal 314 361 202 17 0 56 5 120 120 111
Binary 11001100 11110001 10000010 1111 0 101110 101 1010000 1010000 1001001

Color Harmonies of #CCF182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF182

Black with #CCF182

Text Example


Text Example

White with #CCF182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF182; }

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

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

background-color css

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

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

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

border-color css

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

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

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