Html Css Color HEX #BFDA02 Inch Worm

📋 copy color: '#BFDA02'

red 191 ◦ green 218 ◦ blue 2

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

Shades of Inch Worm #BFDA02

Tints of Inch Worm #BFDA02

RGB

 RED value IS 191 (75% from 255) = 46.47%

 GREEN value IS 218 (85.55% from 255) = 53.04%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 46.47%
G = 53.04%
B = 0.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BFDA02 (or 0xBFDA02) is known color: Inch Worm. HEX triplet: BF, DA and 02. RGB value is (191,218,2). Sum of RGB (Red+Green+Blue) = 191+218+2=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA02 is #4025FD. Grayscale: #BABABA. Windows color (decimal): -4204030 or 187071. OLE color: 187071.

HSL color Cylindrical-coordinate representation of color #BFDA02: hue angle of 67.5º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFDA02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 2 -
CMYK 0.12 0 0.99 0.15
HSL 67.5º 0.98% 0.43% -
HSV(B) 67.5º 0.99% 0.85% -
XYZ 46.57 61.22 9.42 -
YUV 185.3 24.55 132.06 -
System Red Green Blue C M Y K H S L
Decimal 191 218 2 0.12 0 0.99 0.15 67.5 0.98 0.43
Hex BF DA 2 C 0 63 F 44 62 2B
Octal 277 332 2 14 0 143 17 104 142 53
Binary 10111111 11011010 10 1100 0 1100011 1111 1000100 1100010 101011

Color Harmonies of #BFDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA02

Black with #BFDA02

Text Example


Text Example

White with #BFDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA02; }

 p { color: rgb(191,218,2); }

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

background-color css

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

 a { background-color: rgb(191,218,2); }

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

border-color css

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

 span { border-color: rgb(191,218,2); }

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