Html Css Color HEX #C6EB7D Sulu

📋 copy color: '#C6EB7D'

red 198 ◦ green 235 ◦ blue 125

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

Shades of Sulu #C6EB7D

Tints of Sulu #C6EB7D

RGB

 RED value IS 198 (77.73% from 255) = 35.48%

 GREEN value IS 235 (92.19% from 255) = 42.11%

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

R = 35.48%
G = 42.11%
B = 22.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#C6EB7D (or 0xC6EB7D) is known color: Sulu. HEX triplet: C6, EB and 7D. RGB value is (198,235,125). Sum of RGB (Red+Green+Blue) = 198+235+125=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB7D is #391482. Grayscale: #D3D3D3. Windows color (decimal): -3740803 or 8252358. OLE color: 8252358.

HSL color Cylindrical-coordinate representation of color #C6EB7D: hue angle of 80.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6EB7D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 235 125 -
CMYK 0.16 0 0.47 0.08
HSL 80.18º 0.73% 0.71% -
HSV(B) 80.18º 0.47% 0.92% -
XYZ 56.7 72.9 30.49 -
YUV 211.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 198 235 125 0.16 0 0.47 0.08 80.18 0.73 0.71
Hex C6 EB 7D 10 0 2F 8 50 49 47
Octal 306 353 175 20 0 57 10 120 111 107
Binary 11000110 11101011 1111101 10000 0 101111 1000 1010000 1001001 1000111

Color Harmonies of #C6EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB7D

Black with #C6EB7D

Text Example


Text Example

White with #C6EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB7D; }

 p { color: rgb(198,235,125); }

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

background-color css

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

 a { background-color: rgb(198,235,125); }

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

border-color css

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

 span { border-color: rgb(198,235,125); }

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