Html Css Color HEX #BDF041 Conifer

📋 copy color: '#BDF041'

red 189 ◦ green 240 ◦ blue 65

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

Shades of Conifer #BDF041

Tints of Conifer #BDF041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.16%

R = 38.26%
G = 48.58%
B = 13.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#BDF041 (or 0xBDF041) is known color: Conifer. HEX triplet: BD, F0 and 41. RGB value is (189,240,65). Sum of RGB (Red+Green+Blue) = 189+240+65=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF041 is #420FBE. Grayscale: #CDCDCD. Windows color (decimal): -4329407 or 4321469. OLE color: 4321469.

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

Color convert

RGB 189 240 65 -
CMYK 0.21 0 0.73 0.06
HSL 77.49º 0.85% 0.6% -
HSV(B) 77.49º 0.73% 0.94% -
XYZ 53.1 73.52 16.39 -
YUV 204.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 189 240 65 0.21 0 0.73 0.06 77.49 0.85 0.6
Hex BD F0 41 15 0 49 6 4D 55 3C
Octal 275 360 101 25 0 111 6 115 125 74
Binary 10111101 11110000 1000001 10101 0 1001001 110 1001101 1010101 111100

Color Harmonies of #BDF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF041

Black with #BDF041

Text Example


Text Example

White with #BDF041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF041; }

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

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

background-color css

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

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

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

border-color css

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

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

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