Html Css Color HEX #BDF74D Conifer

📋 copy color: '#BDF74D'

red 189 ◦ green 247 ◦ blue 77

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

Shades of Conifer #BDF74D

Tints of Conifer #BDF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 36.84%
G = 48.15%
B = 15.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#BDF74D (or 0xBDF74D) is known color: Conifer. HEX triplet: BD, F7 and 4D. RGB value is (189,247,77). Sum of RGB (Red+Green+Blue) = 189+247+77=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF74D is #4208B2. Grayscale: #D2D2D2. Windows color (decimal): -4327603 or 5109693. OLE color: 5109693.

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

Color convert

RGB 189 247 77 -
CMYK 0.23 0 0.69 0.03
HSL 80.47º 0.91% 0.64% -
HSV(B) 80.47º 0.69% 0.97% -
XYZ 55.59 77.88 19.12 -
YUV 210.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 189 247 77 0.23 0 0.69 0.03 80.47 0.91 0.64
Hex BD F7 4D 17 0 45 3 50 5B 40
Octal 275 367 115 27 0 105 3 120 133 100
Binary 10111101 11110111 1001101 10111 0 1000101 11 1010000 1011011 1000000

Color Harmonies of #BDF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF74D

Black with #BDF74D

Text Example


Text Example

White with #BDF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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