Html Css Color HEX #C1DB7F Sulu

📋 copy color: '#C1DB7F'

red 193 ◦ green 219 ◦ blue 127

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

Shades of Sulu #C1DB7F

Tints of Sulu #C1DB7F

RGB

 RED value IS 193 (75.78% from 255) = 35.81%

 GREEN value IS 219 (85.94% from 255) = 40.63%

 BLUE value IS 127 (50% from 255) = 23.56%

R = 35.81%
G = 40.63%
B = 23.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#C1DB7F (or 0xC1DB7F) is known color: Sulu. HEX triplet: C1, DB and 7F. RGB value is (193,219,127). Sum of RGB (Red+Green+Blue) = 193+219+127=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DB7F is #3E2480. Grayscale: #C9C9C9. Windows color (decimal): -4072577 or 8379329. OLE color: 8379329.

HSL color Cylindrical-coordinate representation of color #C1DB7F: hue angle of 76.96º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1DB7F is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 219 127 -
CMYK 0.12 0 0.42 0.14
HSL 76.96º 0.56% 0.68% -
HSV(B) 76.96º 0.42% 0.86% -
XYZ 51.15 63.53 29.65 -
YUV 200.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 193 219 127 0.12 0 0.42 0.14 76.96 0.56 0.68
Hex C1 DB 7F C 0 2A E 4D 38 44
Octal 301 333 177 14 0 52 16 115 70 104
Binary 11000001 11011011 1111111 1100 0 101010 1110 1001101 111000 1000100

Color Harmonies of #C1DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DB7F

Black with #C1DB7F

Text Example


Text Example

White with #C1DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DB7F; }

 p { color: rgb(193,219,127); }

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

background-color css

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

 a { background-color: rgb(193,219,127); }

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

border-color css

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

 span { border-color: rgb(193,219,127); }

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