Html Css Color HEX #CCF17D Sulu

📋 copy color: '#CCF17D'

red 204 ◦ green 241 ◦ blue 125

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

Shades of Sulu #CCF17D

Tints of Sulu #CCF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.28%

 BLUE value IS 125 (49.22% from 255) = 21.93%

R = 35.79%
G = 42.28%
B = 21.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#CCF17D (or 0xCCF17D) is known color: Sulu. HEX triplet: CC, F1 and 7D. RGB value is (204,241,125). Sum of RGB (Red+Green+Blue) = 204+241+125=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF17D is #330E82. Grayscale: #D9D9D9. Windows color (decimal): -3346051 or 8253900. OLE color: 8253900.

HSL color Cylindrical-coordinate representation of color #CCF17D: hue angle of 79.14º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF17D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 125 -
CMYK 0.15 0 0.48 0.05
HSL 79.14º 0.81% 0.72% -
HSV(B) 79.14º 0.48% 0.95% -
XYZ 60.06 77.23 31.14 -
YUV 216.71 76.24 118.93 -
System Red Green Blue C M Y K H S L
Decimal 204 241 125 0.15 0 0.48 0.05 79.14 0.81 0.72
Hex CC F1 7D F 0 30 5 4F 51 48
Octal 314 361 175 17 0 60 5 117 121 110
Binary 11001100 11110001 1111101 1111 0 110000 101 1001111 1010001 1001000

Color Harmonies of #CCF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF17D

Black with #CCF17D

Text Example


Text Example

White with #CCF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF17D; }

 p { color: rgb(204,241,125); }

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

background-color css

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

 a { background-color: rgb(204,241,125); }

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

border-color css

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

 span { border-color: rgb(204,241,125); }

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