Html Css Color HEX #CCF875 Sulu

📋 copy color: '#CCF875'

red 204 ◦ green 248 ◦ blue 117

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

Shades of Sulu #CCF875

Tints of Sulu #CCF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.59%

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

R = 35.85%
G = 43.59%
B = 20.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#CCF875 (or 0xCCF875) is known color: Sulu. HEX triplet: CC, F8 and 75. RGB value is (204,248,117). Sum of RGB (Red+Green+Blue) = 204+248+117=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF875 is #33078A. Grayscale: #DCDCDC. Windows color (decimal): -3344267 or 7731404. OLE color: 7731404.

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

Color convert

RGB 204 248 117 -
CMYK 0.18 0 0.53 0.03
HSL 80.15º 0.9% 0.72% -
HSV(B) 80.15º 0.53% 0.97% -
XYZ 61.68 81.26 29.26 -
YUV 219.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 204 248 117 0.18 0 0.53 0.03 80.15 0.9 0.72
Hex CC F8 75 12 0 35 3 50 5A 48
Octal 314 370 165 22 0 65 3 120 132 110
Binary 11001100 11111000 1110101 10010 0 110101 11 1010000 1011010 1001000

Color Harmonies of #CCF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF875

Black with #CCF875

Text Example


Text Example

White with #CCF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF875; }

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

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

background-color css

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

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

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

border-color css

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

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

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