Html Css Color HEX #BDF862 Conifer

📋 copy color: '#BDF862'

red 189 ◦ green 248 ◦ blue 98

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

Shades of Conifer #BDF862

Tints of Conifer #BDF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.36%

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

R = 35.33%
G = 46.36%
B = 18.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BDF862 (or 0xBDF862) is known color: Conifer. HEX triplet: BD, F8 and 62. RGB value is (189,248,98). Sum of RGB (Red+Green+Blue) = 189+248+98=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF862 is #42079D. Grayscale: #D5D5D5. Windows color (decimal): -4327326 or 6486205. OLE color: 6486205.

HSL color Cylindrical-coordinate representation of color #BDF862: hue angle of 83.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF862 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 98 -
CMYK 0.24 0 0.60 0.03
HSL 83.6º 0.91% 0.68% -
HSV(B) 83.6º 0.6% 0.97% -
XYZ 56.76 78.84 23.78 -
YUV 213.26 62.95 110.7 -
System Red Green Blue C M Y K H S L
Decimal 189 248 98 0.24 0 0.60 0.03 83.6 0.91 0.68
Hex BD F8 62 18 0 3C 3 54 5B 44
Octal 275 370 142 30 0 74 3 124 133 104
Binary 10111101 11111000 1100010 11000 0 111100 11 1010100 1011011 1000100

Color Harmonies of #BDF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF862

Black with #BDF862

Text Example


Text Example

White with #BDF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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