Html Css Color HEX #BDE618 Inch Worm

📋 copy color: '#BDE618'

red 189 ◦ green 230 ◦ blue 24

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

Shades of Inch Worm #BDE618

Tints of Inch Worm #BDE618

RGB

 RED value IS 189 (74.22% from 255) = 42.66%

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

 BLUE value IS 24 (9.77% from 255) = 5.42%

R = 42.66%
G = 51.92%
B = 5.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#BDE618 (or 0xBDE618) is known color: Inch Worm. HEX triplet: BD, E6 and 18. RGB value is (189,230,24). Sum of RGB (Red+Green+Blue) = 189+230+24=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE618 is #4219E7. Grayscale: #C3C3C3. Windows color (decimal): -4332008 or 1631933. OLE color: 1631933.

HSL color Cylindrical-coordinate representation of color #BDE618: hue angle of 71.94º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDE618 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 24 -
CMYK 0.18 0 0.90 0.10
HSL 71.94º 0.81% 0.5% -
HSV(B) 71.94º 0.9% 0.9% -
XYZ 49.45 67.48 11.28 -
YUV 194.26 31.92 124.25 -
System Red Green Blue C M Y K H S L
Decimal 189 230 24 0.18 0 0.90 0.10 71.94 0.81 0.5
Hex BD E6 18 12 0 5A A 48 51 32
Octal 275 346 30 22 0 132 12 110 121 62
Binary 10111101 11100110 11000 10010 0 1011010 1010 1001000 1010001 110010

Color Harmonies of #BDE618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE618

Black with #BDE618

Text Example


Text Example

White with #BDE618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE618; }

 p { color: rgb(189,230,24); }

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

background-color css

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

 a { background-color: rgb(189,230,24); }

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

border-color css

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

 span { border-color: rgb(189,230,24); }

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