Html Css Color HEX #BDEF13 Inch Worm

📋 copy color: '#BDEF13'

red 189 ◦ green 239 ◦ blue 19

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

Shades of Inch Worm #BDEF13

Tints of Inch Worm #BDEF13

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.47%

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 42.28%
G = 53.47%
B = 4.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#BDEF13 (or 0xBDEF13) is known color: Inch Worm. HEX triplet: BD, EF and 13. RGB value is (189,239,19). Sum of RGB (Red+Green+Blue) = 189+239+19=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF13 is #4210EC. Grayscale: #C7C7C7. Windows color (decimal): -4329709 or 1306557. OLE color: 1306557.

HSL color Cylindrical-coordinate representation of color #BDEF13: hue angle of 73.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDEF13 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 19 -
CMYK 0.21 0 0.92 0.06
HSL 73.64º 0.87% 0.51% -
HSV(B) 73.64º 0.92% 0.94% -
XYZ 51.97 72.6 11.89 -
YUV 198.97 26.44 120.89 -
System Red Green Blue C M Y K H S L
Decimal 189 239 19 0.21 0 0.92 0.06 73.64 0.87 0.51
Hex BD EF 13 15 0 5C 6 4A 57 33
Octal 275 357 23 25 0 134 6 112 127 63
Binary 10111101 11101111 10011 10101 0 1011100 110 1001010 1010111 110011

Color Harmonies of #BDEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF13

Black with #BDEF13

Text Example


Text Example

White with #BDEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF13; }

 p { color: rgb(189,239,19); }

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

background-color css

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

 a { background-color: rgb(189,239,19); }

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

border-color css

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

 span { border-color: rgb(189,239,19); }

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