Html Css Color HEX #BDF562 Conifer

📋 copy color: '#BDF562'

red 189 ◦ green 245 ◦ blue 98

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

Shades of Conifer #BDF562

Tints of Conifer #BDF562

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.05%

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

R = 35.53%
G = 46.05%
B = 18.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#BDF562 (or 0xBDF562) is known color: Conifer. HEX triplet: BD, F5 and 62. RGB value is (189,245,98). Sum of RGB (Red+Green+Blue) = 189+245+98=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF562 is #420A9D. Grayscale: #D4D4D4. Windows color (decimal): -4328094 or 6485437. OLE color: 6485437.

HSL color Cylindrical-coordinate representation of color #BDF562: hue angle of 82.86º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF562 is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 98 -
CMYK 0.23 0 0.6 0.04
HSL 82.86º 0.88% 0.67% -
HSV(B) 82.86º 0.6% 0.96% -
XYZ 55.84 77.01 23.48 -
YUV 211.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 189 245 98 0.23 0 0.6 0.04 82.86 0.88 0.67
Hex BD F5 62 17 0 3C 4 53 58 43
Octal 275 365 142 27 0 74 4 123 130 103
Binary 10111101 11110101 1100010 10111 0 111100 100 1010011 1011000 1000011

Color Harmonies of #BDF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF562

Black with #BDF562

Text Example


Text Example

White with #BDF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF562; }

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

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

background-color css

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

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

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

border-color css

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

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

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