Html Css Color HEX #BDE61C Inch Worm

📋 copy color: '#BDE61C'

red 189 ◦ green 230 ◦ blue 28

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

Shades of Inch Worm #BDE61C

Tints of Inch Worm #BDE61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.26%

R = 42.28%
G = 51.45%
B = 6.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#BDE61C (or 0xBDE61C) is known color: Inch Worm. HEX triplet: BD, E6 and 1C. RGB value is (189,230,28). Sum of RGB (Red+Green+Blue) = 189+230+28=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE61C is #4219E3. Grayscale: #C3C3C3. Windows color (decimal): -4332004 or 1894077. OLE color: 1894077.

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

Color convert

RGB 189 230 28 -
CMYK 0.18 0 0.88 0.10
HSL 72.18º 0.8% 0.51% -
HSV(B) 72.18º 0.88% 0.9% -
XYZ 49.49 67.5 11.52 -
YUV 194.71 33.92 123.93 -
System Red Green Blue C M Y K H S L
Decimal 189 230 28 0.18 0 0.88 0.10 72.18 0.8 0.51
Hex BD E6 1C 12 0 58 A 48 50 33
Octal 275 346 34 22 0 130 12 110 120 63
Binary 10111101 11100110 11100 10010 0 1011000 1010 1001000 1010000 110011

Color Harmonies of #BDE61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE61C

Black with #BDE61C

Text Example


Text Example

White with #BDE61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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