Html Css Color HEX #C8DF75 Sulu

📋 copy color: '#C8DF75'

red 200 ◦ green 223 ◦ blue 117

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

Shades of Sulu #C8DF75

Tints of Sulu #C8DF75

RGB

 RED value IS 200 (78.52% from 255) = 37.04%

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 37.04%
G = 41.3%
B = 21.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#C8DF75 (or 0xC8DF75) is known color: Sulu. HEX triplet: C8, DF and 75. RGB value is (200,223,117). Sum of RGB (Red+Green+Blue) = 200+223+117=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DF75 is #37208A. Grayscale: #CCCCCC. Windows color (decimal): -3612811 or 7725000. OLE color: 7725000.

HSL color Cylindrical-coordinate representation of color #C8DF75: hue angle of 73.02º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8DF75 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 223 117 -
CMYK 0.10 0 0.48 0.13
HSL 73.02º 0.62% 0.67% -
HSV(B) 73.02º 0.48% 0.87% -
XYZ 53.42 66.34 26.82 -
YUV 204.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 200 223 117 0.10 0 0.48 0.13 73.02 0.62 0.67
Hex C8 DF 75 A 0 30 D 49 3E 43
Octal 310 337 165 12 0 60 15 111 76 103
Binary 11001000 11011111 1110101 1010 0 110000 1101 1001001 111110 1000011

Color Harmonies of #C8DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DF75

Black with #C8DF75

Text Example


Text Example

White with #C8DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DF75; }

 p { color: rgb(200,223,117); }

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

background-color css

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

 a { background-color: rgb(200,223,117); }

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

border-color css

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

 span { border-color: rgb(200,223,117); }

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