Html Css Color HEX #BDF062 Conifer

📋 copy color: '#BDF062'

red 189 ◦ green 240 ◦ blue 98

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

Shades of Conifer #BDF062

Tints of Conifer #BDF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 35.86%
G = 45.54%
B = 18.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#BDF062 (or 0xBDF062) is known color: Conifer. HEX triplet: BD, F0 and 62. RGB value is (189,240,98). Sum of RGB (Red+Green+Blue) = 189+240+98=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF062 is #420F9D. Grayscale: #D1D1D1. Windows color (decimal): -4329374 or 6484157. OLE color: 6484157.

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

Color convert

RGB 189 240 98 -
CMYK 0.21 0 0.59 0.06
HSL 81.55º 0.83% 0.66% -
HSV(B) 81.55º 0.59% 0.94% -
XYZ 54.35 74.02 22.98 -
YUV 208.56 65.6 114.05 -
System Red Green Blue C M Y K H S L
Decimal 189 240 98 0.21 0 0.59 0.06 81.55 0.83 0.66
Hex BD F0 62 15 0 3B 6 52 53 42
Octal 275 360 142 25 0 73 6 122 123 102
Binary 10111101 11110000 1100010 10101 0 111011 110 1010010 1010011 1000010

Color Harmonies of #BDF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF062

Black with #BDF062

Text Example


Text Example

White with #BDF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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