Html Css Color HEX #BDF04E Conifer

📋 copy color: '#BDF04E'

red 189 ◦ green 240 ◦ blue 78

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

Shades of Conifer #BDF04E

Tints of Conifer #BDF04E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.34%

 BLUE value IS 78 (30.86% from 255) = 15.38%

R = 37.28%
G = 47.34%
B = 15.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#BDF04E (or 0xBDF04E) is known color: Conifer. HEX triplet: BD, F0 and 4E. RGB value is (189,240,78). Sum of RGB (Red+Green+Blue) = 189+240+78=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF04E is #420FB1. Grayscale: #CECECE. Windows color (decimal): -4329394 or 5173437. OLE color: 5173437.

HSL color Cylindrical-coordinate representation of color #BDF04E: hue angle of 78.89º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF04E is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 78 -
CMYK 0.21 0 0.68 0.06
HSL 78.89º 0.84% 0.62% -
HSV(B) 78.89º 0.68% 0.94% -
XYZ 53.52 73.69 18.61 -
YUV 206.28 55.6 115.67 -
System Red Green Blue C M Y K H S L
Decimal 189 240 78 0.21 0 0.68 0.06 78.89 0.84 0.62
Hex BD F0 4E 15 0 44 6 4F 54 3E
Octal 275 360 116 25 0 104 6 117 124 76
Binary 10111101 11110000 1001110 10101 0 1000100 110 1001111 1010100 111110

Color Harmonies of #BDF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF04E

Black with #BDF04E

Text Example


Text Example

White with #BDF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF04E; }

 p { color: rgb(189,240,78); }

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

background-color css

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

 a { background-color: rgb(189,240,78); }

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

border-color css

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

 span { border-color: rgb(189,240,78); }

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