Html Css Color HEX #BDE605 Inch Worm

📋 copy color: '#BDE605'

red 189 ◦ green 230 ◦ blue 5

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

Shades of Inch Worm #BDE605

Tints of Inch Worm #BDE605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 44.58%
G = 54.25%
B = 1.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#BDE605 (or 0xBDE605) is known color: Inch Worm. HEX triplet: BD, E6 and 05. RGB value is (189,230,5). Sum of RGB (Red+Green+Blue) = 189+230+5=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE605 is #4219FA. Grayscale: #C0C0C0. Windows color (decimal): -4332027 or 386749. OLE color: 386749.

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

Color convert

RGB 189 230 5 -
CMYK 0.18 0 0.98 0.10
HSL 70.93º 0.96% 0.46% -
HSV(B) 70.93º 0.98% 0.9% -
XYZ 49.31 67.42 10.56 -
YUV 192.09 22.42 125.8 -
System Red Green Blue C M Y K H S L
Decimal 189 230 5 0.18 0 0.98 0.10 70.93 0.96 0.46
Hex BD E6 5 12 0 62 A 47 60 2E
Octal 275 346 5 22 0 142 12 107 140 56
Binary 10111101 11100110 101 10010 0 1100010 1010 1000111 1100000 101110

Color Harmonies of #BDE605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE605

Black with #BDE605

Text Example


Text Example

White with #BDE605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE605; }

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

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

background-color css

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

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

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

border-color css

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

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

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