Html Css Color HEX #CCF379 Sulu

📋 copy color: '#CCF379'

red 204 ◦ green 243 ◦ blue 121

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

Shades of Sulu #CCF379

Tints of Sulu #CCF379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.3%

R = 35.92%
G = 42.78%
B = 21.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#CCF379 (or 0xCCF379) is known color: Sulu. HEX triplet: CC, F3 and 79. RGB value is (204,243,121). Sum of RGB (Red+Green+Blue) = 204+243+121=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF379 is #330C86. Grayscale: #D9D9D9. Windows color (decimal): -3345543 or 7992268. OLE color: 7992268.

HSL color Cylindrical-coordinate representation of color #CCF379: hue angle of 79.18º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF379 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 121 -
CMYK 0.16 0 0.50 0.05
HSL 79.18º 0.84% 0.71% -
HSV(B) 79.18º 0.5% 0.95% -
XYZ 60.4 78.32 30.02 -
YUV 217.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 204 243 121 0.16 0 0.50 0.05 79.18 0.84 0.71
Hex CC F3 79 10 0 32 5 4F 54 47
Octal 314 363 171 20 0 62 5 117 124 107
Binary 11001100 11110011 1111001 10000 0 110010 101 1001111 1010100 1000111

Color Harmonies of #CCF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF379

Black with #CCF379

Text Example


Text Example

White with #CCF379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF379; }

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

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

background-color css

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

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

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

border-color css

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

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

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