Html Css Color HEX #CCF081 Sulu

📋 copy color: '#CCF081'

red 204 ◦ green 240 ◦ blue 129

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

Shades of Sulu #CCF081

Tints of Sulu #CCF081

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

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

R = 35.6%
G = 41.88%
B = 22.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#CCF081 (or 0xCCF081) is known color: Sulu. HEX triplet: CC, F0 and 81. RGB value is (204,240,129). Sum of RGB (Red+Green+Blue) = 204+240+129=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF081 is #330F7E. Grayscale: #D8D8D8. Windows color (decimal): -3346303 or 8515788. OLE color: 8515788.

HSL color Cylindrical-coordinate representation of color #CCF081: hue angle of 79.46º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF081 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 129 -
CMYK 0.15 0 0.46 0.06
HSL 79.46º 0.79% 0.72% -
HSV(B) 79.46º 0.46% 0.94% -
XYZ 60.02 76.74 32.42 -
YUV 216.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 204 240 129 0.15 0 0.46 0.06 79.46 0.79 0.72
Hex CC F0 81 F 0 2E 6 4F 4F 48
Octal 314 360 201 17 0 56 6 117 117 110
Binary 11001100 11110000 10000001 1111 0 101110 110 1001111 1001111 1001000

Color Harmonies of #CCF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF081

Black with #CCF081

Text Example


Text Example

White with #CCF081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF081; }

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

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

background-color css

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

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

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

border-color css

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

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

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