Html Css Color HEX #CCF281 Sulu

📋 copy color: '#CCF281'

red 204 ◦ green 242 ◦ blue 129

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

Shades of Sulu #CCF281

Tints of Sulu #CCF281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

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

R = 35.48%
G = 42.09%
B = 22.43%

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

#CCF281 (or 0xCCF281) is known color: Sulu. HEX triplet: CC, F2 and 81. RGB value is (204,242,129). Sum of RGB (Red+Green+Blue) = 204+242+129=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF281 is #330D7E. Grayscale: #DADADA. Windows color (decimal): -3345791 or 8516300. OLE color: 8516300.

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

Color convert

RGB 204 242 129 -
CMYK 0.16 0 0.47 0.05
HSL 80.18º 0.81% 0.73% -
HSV(B) 80.18º 0.47% 0.95% -
XYZ 60.62 77.93 32.62 -
YUV 217.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 204 242 129 0.16 0 0.47 0.05 80.18 0.81 0.73
Hex CC F2 81 10 0 2F 5 50 51 49
Octal 314 362 201 20 0 57 5 120 121 111
Binary 11001100 11110010 10000001 10000 0 101111 101 1010000 1010001 1001001

Color Harmonies of #CCF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF281

Black with #CCF281

Text Example


Text Example

White with #CCF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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