Html Css Color HEX #BDF023 Inch Worm

📋 copy color: '#BDF023'

red 189 ◦ green 240 ◦ blue 35

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

Shades of Inch Worm #BDF023

Tints of Inch Worm #BDF023

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.72%

 BLUE value IS 35 (14.06% from 255) = 7.54%

R = 40.73%
G = 51.72%
B = 7.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#BDF023 (or 0xBDF023) is known color: Inch Worm. HEX triplet: BD, F0 and 23. RGB value is (189,240,35). Sum of RGB (Red+Green+Blue) = 189+240+35=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF023 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF023 is #420FDC. Grayscale: #CACACA. Windows color (decimal): -4329437 or 2355389. OLE color: 2355389.

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

Color convert

RGB 189 240 35 -
CMYK 0.21 0 0.85 0.06
HSL 74.93º 0.87% 0.54% -
HSV(B) 74.93º 0.85% 0.94% -
XYZ 52.45 73.26 12.97 -
YUV 201.38 34.1 119.17 -
System Red Green Blue C M Y K H S L
Decimal 189 240 35 0.21 0 0.85 0.06 74.93 0.87 0.54
Hex BD F0 23 15 0 55 6 4B 57 36
Octal 275 360 43 25 0 125 6 113 127 66
Binary 10111101 11110000 100011 10101 0 1010101 110 1001011 1010111 110110

Color Harmonies of #BDF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF023

Black with #BDF023

Text Example


Text Example

White with #BDF023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF023; }

 p { color: rgb(189,240,35); }

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

background-color css

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

 a { background-color: rgb(189,240,35); }

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

border-color css

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

 span { border-color: rgb(189,240,35); }

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