Html Css Color HEX #C5ED70 Sulu

📋 copy color: '#C5ED70'

red 197 ◦ green 237 ◦ blue 112

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

Shades of Sulu #C5ED70

Tints of Sulu #C5ED70

RGB

 RED value IS 197 (77.34% from 255) = 36.08%

 GREEN value IS 237 (92.97% from 255) = 43.41%

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 36.08%
G = 43.41%
B = 20.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#C5ED70 (or 0xC5ED70) is known color: Sulu. HEX triplet: C5, ED and 70. RGB value is (197,237,112). Sum of RGB (Red+Green+Blue) = 197+237+112=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED70 is #3A128F. Grayscale: #D3D3D3. Windows color (decimal): -3805840 or 7400901. OLE color: 7400901.

HSL color Cylindrical-coordinate representation of color #C5ED70: hue angle of 79.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5ED70 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 112 -
CMYK 0.17 0 0.53 0.07
HSL 79.2º 0.78% 0.68% -
HSV(B) 79.2º 0.53% 0.93% -
XYZ 56.23 73.61 26.57 -
YUV 210.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 197 237 112 0.17 0 0.53 0.07 79.2 0.78 0.68
Hex C5 ED 70 11 0 35 7 4F 4E 44
Octal 305 355 160 21 0 65 7 117 116 104
Binary 11000101 11101101 1110000 10001 0 110101 111 1001111 1001110 1000100

Color Harmonies of #C5ED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ED70

Black with #C5ED70

Text Example


Text Example

White with #C5ED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ED70; }

 p { color: rgb(197,237,112); }

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

background-color css

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

 a { background-color: rgb(197,237,112); }

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

border-color css

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

 span { border-color: rgb(197,237,112); }

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