Html Css Color HEX #CCF975 Sulu

📋 copy color: '#CCF975'

red 204 ◦ green 249 ◦ blue 117

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

Shades of Sulu #CCF975

Tints of Sulu #CCF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

 BLUE value IS 117 (46.09% from 255) = 20.53%

R = 35.79%
G = 43.68%
B = 20.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#CCF975 (or 0xCCF975) is known color: Sulu. HEX triplet: CC, F9 and 75. RGB value is (204,249,117). Sum of RGB (Red+Green+Blue) = 204+249+117=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF975 is #33068A. Grayscale: #DCDCDC. Windows color (decimal): -3344011 or 7731660. OLE color: 7731660.

HSL color Cylindrical-coordinate representation of color #CCF975: hue angle of 80.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF975 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 117 -
CMYK 0.18 0 0.53 0.02
HSL 80.45º 0.92% 0.72% -
HSV(B) 80.45º 0.53% 0.98% -
XYZ 61.99 81.87 29.37 -
YUV 220.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 204 249 117 0.18 0 0.53 0.02 80.45 0.92 0.72
Hex CC F9 75 12 0 35 2 50 5C 48
Octal 314 371 165 22 0 65 2 120 134 110
Binary 11001100 11111001 1110101 10010 0 110101 10 1010000 1011100 1001000

Color Harmonies of #CCF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF975

Black with #CCF975

Text Example


Text Example

White with #CCF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF975; }

 p { color: rgb(204,249,117); }

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

background-color css

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

 a { background-color: rgb(204,249,117); }

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

border-color css

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

 span { border-color: rgb(204,249,117); }

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