Html Css Color HEX #BDF14C Conifer

📋 copy color: '#BDF14C'

red 189 ◦ green 241 ◦ blue 76

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

Shades of Conifer #BDF14C

Tints of Conifer #BDF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

 BLUE value IS 76 (30.08% from 255) = 15.02%

R = 37.35%
G = 47.63%
B = 15.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BDF14C (or 0xBDF14C) is known color: Conifer. HEX triplet: BD, F1 and 4C. RGB value is (189,241,76). Sum of RGB (Red+Green+Blue) = 189+241+76=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF14C is #420EB3. Grayscale: #CFCFCF. Windows color (decimal): -4329140 or 5042621. OLE color: 5042621.

HSL color Cylindrical-coordinate representation of color #BDF14C: hue angle of 78.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF14C is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 76 -
CMYK 0.22 0 0.68 0.05
HSL 78.91º 0.85% 0.62% -
HSV(B) 78.91º 0.68% 0.95% -
XYZ 53.75 74.25 18.34 -
YUV 206.64 54.27 115.42 -
System Red Green Blue C M Y K H S L
Decimal 189 241 76 0.22 0 0.68 0.05 78.91 0.85 0.62
Hex BD F1 4C 16 0 44 5 4F 55 3E
Octal 275 361 114 26 0 104 5 117 125 76
Binary 10111101 11110001 1001100 10110 0 1000100 101 1001111 1010101 111110

Color Harmonies of #BDF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF14C

Black with #BDF14C

Text Example


Text Example

White with #BDF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF14C; }

 p { color: rgb(189,241,76); }

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

background-color css

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

 a { background-color: rgb(189,241,76); }

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

border-color css

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

 span { border-color: rgb(189,241,76); }

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