Html Css Color HEX #CCF47D Sulu

📋 copy color: '#CCF47D'

red 204 ◦ green 244 ◦ blue 125

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

Shades of Sulu #CCF47D

Tints of Sulu #CCF47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.58%

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

R = 35.6%
G = 42.58%
B = 21.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#CCF47D (or 0xCCF47D) is known color: Sulu. HEX triplet: CC, F4 and 7D. RGB value is (204,244,125). Sum of RGB (Red+Green+Blue) = 204+244+125=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF47D is #330B82. Grayscale: #DADADA. Windows color (decimal): -3345283 or 8254668. OLE color: 8254668.

HSL color Cylindrical-coordinate representation of color #CCF47D: hue angle of 80.17º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF47D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 125 -
CMYK 0.16 0 0.49 0.04
HSL 80.17º 0.84% 0.72% -
HSV(B) 80.17º 0.49% 0.96% -
XYZ 60.95 79.02 31.44 -
YUV 218.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 204 244 125 0.16 0 0.49 0.04 80.17 0.84 0.72
Hex CC F4 7D 10 0 31 4 50 54 48
Octal 314 364 175 20 0 61 4 120 124 110
Binary 11001100 11110100 1111101 10000 0 110001 100 1010000 1010100 1001000

Color Harmonies of #CCF47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF47D

Black with #CCF47D

Text Example


Text Example

White with #CCF47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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