Html Css Color HEX #6EBD02 Christi

📋 copy color: '#6EBD02'

red 110 ◦ green 189 ◦ blue 2

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

Shades of Christi #6EBD02

Tints of Christi #6EBD02

RGB

 RED value IS 110 (43.36% from 255) = 36.54%

 GREEN value IS 189 (74.22% from 255) = 62.79%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 36.54%
G = 62.79%
B = 0.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#6EBD02 (or 0x6EBD02) is known color: Christi. HEX triplet: 6E, BD and 02. RGB value is (110,189,2). Sum of RGB (Red+Green+Blue) = 110+189+2=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBD02 is #9142FD. Grayscale: #909090. Windows color (decimal): -9519870 or 179566. OLE color: 179566.

HSL color Cylindrical-coordinate representation of color #6EBD02: hue angle of 85.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EBD02 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 189 2 -
CMYK 0.42 0 0.99 0.26
HSL 85.35º 0.98% 0.37% -
HSV(B) 85.35º 0.99% 0.74% -
XYZ 24.64 39.71 6.42 -
YUV 144.06 47.83 103.71 -
System Red Green Blue C M Y K H S L
Decimal 110 189 2 0.42 0 0.99 0.26 85.35 0.98 0.37
Hex 6E BD 2 2A 0 63 1A 55 62 25
Octal 156 275 2 52 0 143 32 125 142 45
Binary 1101110 10111101 10 101010 0 1100011 11010 1010101 1100010 100101

Color Harmonies of #6EBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBD02

Black with #6EBD02

Text Example


Text Example

White with #6EBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EBD02; }

 p { color: rgb(110,189,2); }

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

background-color css

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

 a { background-color: rgb(110,189,2); }

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

border-color css

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

 span { border-color: rgb(110,189,2); }

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