Html Css Color HEX #BDF814 Inch Worm

📋 copy color: '#BDF814'

red 189 ◦ green 248 ◦ blue 20

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

Shades of Inch Worm #BDF814

Tints of Inch Worm #BDF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.27%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 41.36%
G = 54.27%
B = 4.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#BDF814 (or 0xBDF814) is known color: Inch Worm. HEX triplet: BD, F8 and 14. RGB value is (189,248,20). Sum of RGB (Red+Green+Blue) = 189+248+20=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF814 is #4207EB. Grayscale: #CDCDCD. Windows color (decimal): -4327404 or 1374397. OLE color: 1374397.

HSL color Cylindrical-coordinate representation of color #BDF814: hue angle of 75.53º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF814 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 20 -
CMYK 0.24 0 0.92 0.03
HSL 75.53º 0.94% 0.53% -
HSV(B) 75.53º 0.92% 0.97% -
XYZ 54.68 78 12.84 -
YUV 204.37 23.95 117.04 -
System Red Green Blue C M Y K H S L
Decimal 189 248 20 0.24 0 0.92 0.03 75.53 0.94 0.53
Hex BD F8 14 18 0 5C 3 4C 5E 35
Octal 275 370 24 30 0 134 3 114 136 65
Binary 10111101 11111000 10100 11000 0 1011100 11 1001100 1011110 110101

Color Harmonies of #BDF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF814

Black with #BDF814

Text Example


Text Example

White with #BDF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF814; }

 p { color: rgb(189,248,20); }

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

background-color css

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

 a { background-color: rgb(189,248,20); }

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

border-color css

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

 span { border-color: rgb(189,248,20); }

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