Html Css Color HEX #BDF760 Conifer

📋 copy color: '#BDF760'

red 189 ◦ green 247 ◦ blue 96

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

Shades of Conifer #BDF760

Tints of Conifer #BDF760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 35.53%
G = 46.43%
B = 18.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#BDF760 (or 0xBDF760) is known color: Conifer. HEX triplet: BD, F7 and 60. RGB value is (189,247,96). Sum of RGB (Red+Green+Blue) = 189+247+96=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF760 is #42089F. Grayscale: #D4D4D4. Windows color (decimal): -4327584 or 6354877. OLE color: 6354877.

HSL color Cylindrical-coordinate representation of color #BDF760: hue angle of 83.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF760 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 96 -
CMYK 0.23 0 0.61 0.03
HSL 83.05º 0.9% 0.67% -
HSV(B) 83.05º 0.61% 0.97% -
XYZ 56.36 78.18 23.19 -
YUV 212.44 62.28 111.28 -
System Red Green Blue C M Y K H S L
Decimal 189 247 96 0.23 0 0.61 0.03 83.05 0.9 0.67
Hex BD F7 60 17 0 3D 3 53 5A 43
Octal 275 367 140 27 0 75 3 123 132 103
Binary 10111101 11110111 1100000 10111 0 111101 11 1010011 1011010 1000011

Color Harmonies of #BDF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF760

Black with #BDF760

Text Example


Text Example

White with #BDF760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF760; }

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

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

background-color css

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

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

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

border-color css

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

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

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