Html Css Color HEX #C8DA94 Sulu

📋 copy color: '#C8DA94'

red 200 ◦ green 218 ◦ blue 148

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

Shades of Sulu #C8DA94

Tints of Sulu #C8DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 35.34%
G = 38.52%
B = 26.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#C8DA94 (or 0xC8DA94) is known color: Sulu. HEX triplet: C8, DA and 94. RGB value is (200,218,148). Sum of RGB (Red+Green+Blue) = 200+218+148=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA94 is #37256B. Grayscale: #CCCCCC. Windows color (decimal): -3614060 or 9755336. OLE color: 9755336.

HSL color Cylindrical-coordinate representation of color #C8DA94: hue angle of 75.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8DA94 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 148 -
CMYK 0.08 0 0.32 0.15
HSL 75.43º 0.49% 0.72% -
HSV(B) 75.43º 0.32% 0.85% -
XYZ 54.24 64.56 37.62 -
YUV 204.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 200 218 148 0.08 0 0.32 0.15 75.43 0.49 0.72
Hex C8 DA 94 8 0 20 F 4B 31 48
Octal 310 332 224 10 0 40 17 113 61 110
Binary 11001000 11011010 10010100 1000 0 100000 1111 1001011 110001 1001000

Color Harmonies of #C8DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DA94

Black with #C8DA94

Text Example


Text Example

White with #C8DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DA94; }

 p { color: rgb(200,218,148); }

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

background-color css

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

 a { background-color: rgb(200,218,148); }

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

border-color css

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

 span { border-color: rgb(200,218,148); }

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