Html Css Color HEX #C1E67D Sulu

📋 copy color: '#C1E67D'

red 193 ◦ green 230 ◦ blue 125

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

Shades of Sulu #C1E67D

Tints of Sulu #C1E67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.97%

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

R = 35.22%
G = 41.97%
B = 22.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#C1E67D (or 0xC1E67D) is known color: Sulu. HEX triplet: C1, E6 and 7D. RGB value is (193,230,125). Sum of RGB (Red+Green+Blue) = 193+230+125=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E67D is #3E1982. Grayscale: #CFCFCF. Windows color (decimal): -4069763 or 8251073. OLE color: 8251073.

HSL color Cylindrical-coordinate representation of color #C1E67D: hue angle of 81.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1E67D is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 230 125 -
CMYK 0.16 0 0.46 0.10
HSL 81.14º 0.68% 0.7% -
HSV(B) 81.14º 0.46% 0.9% -
XYZ 53.99 69.41 29.95 -
YUV 206.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 193 230 125 0.16 0 0.46 0.10 81.14 0.68 0.7
Hex C1 E6 7D 10 0 2E A 51 44 46
Octal 301 346 175 20 0 56 12 121 104 106
Binary 11000001 11100110 1111101 10000 0 101110 1010 1010001 1000100 1000110

Color Harmonies of #C1E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E67D

Black with #C1E67D

Text Example


Text Example

White with #C1E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E67D; }

 p { color: rgb(193,230,125); }

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

background-color css

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

 a { background-color: rgb(193,230,125); }

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

border-color css

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

 span { border-color: rgb(193,230,125); }

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