Html Css Color HEX #BDF762 Conifer

📋 copy color: '#BDF762'

red 189 ◦ green 247 ◦ blue 98

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

Shades of Conifer #BDF762

Tints of Conifer #BDF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.25%

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

R = 35.39%
G = 46.25%
B = 18.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BDF762 (or 0xBDF762) is known color: Conifer. HEX triplet: BD, F7 and 62. RGB value is (189,247,98). Sum of RGB (Red+Green+Blue) = 189+247+98=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF762 is #42089D. Grayscale: #D5D5D5. Windows color (decimal): -4327582 or 6485949. OLE color: 6485949.

HSL color Cylindrical-coordinate representation of color #BDF762: hue angle of 83.36º degrees, saturation: 0.9, 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 #BDF762 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 98 -
CMYK 0.23 0 0.60 0.03
HSL 83.36º 0.9% 0.68% -
HSV(B) 83.36º 0.6% 0.97% -
XYZ 56.45 78.22 23.68 -
YUV 212.67 63.28 111.12 -
System Red Green Blue C M Y K H S L
Decimal 189 247 98 0.23 0 0.60 0.03 83.36 0.9 0.68
Hex BD F7 62 17 0 3C 3 53 5A 44
Octal 275 367 142 27 0 74 3 123 132 104
Binary 10111101 11110111 1100010 10111 0 111100 11 1010011 1011010 1000100

Color Harmonies of #BDF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF762

Black with #BDF762

Text Example


Text Example

White with #BDF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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