Html Css Color HEX #CCF481 Sulu

📋 copy color: '#CCF481'

red 204 ◦ green 244 ◦ blue 129

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

Shades of Sulu #CCF481

Tints of Sulu #CCF481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.36%

R = 35.36%
G = 42.29%
B = 22.36%

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

#CCF481 (or 0xCCF481) is known color: Sulu. HEX triplet: CC, F4 and 81. RGB value is (204,244,129). Sum of RGB (Red+Green+Blue) = 204+244+129=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF481 is #330B7E. Grayscale: #DBDBDB. Windows color (decimal): -3345279 or 8516812. OLE color: 8516812.

HSL color Cylindrical-coordinate representation of color #CCF481: hue angle of 80.87º 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 #CCF481 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 129 -
CMYK 0.16 0 0.47 0.04
HSL 80.87º 0.84% 0.73% -
HSV(B) 80.87º 0.47% 0.96% -
XYZ 61.21 79.12 32.81 -
YUV 218.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 204 244 129 0.16 0 0.47 0.04 80.87 0.84 0.73
Hex CC F4 81 10 0 2F 4 51 54 49
Octal 314 364 201 20 0 57 4 121 124 111
Binary 11001100 11110100 10000001 10000 0 101111 100 1010001 1010100 1001001

Color Harmonies of #CCF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF481

Black with #CCF481

Text Example


Text Example

White with #CCF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF481; }

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

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

background-color css

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

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

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

border-color css

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

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

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