Html Css Color HEX #BDEF54 Conifer

📋 copy color: '#BDEF54'

red 189 ◦ green 239 ◦ blue 84

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

Shades of Conifer #BDEF54

Tints of Conifer #BDEF54

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

 BLUE value IS 84 (33.2% from 255) = 16.41%

R = 36.91%
G = 46.68%
B = 16.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#BDEF54 (or 0xBDEF54) is known color: Conifer. HEX triplet: BD, EF and 54. RGB value is (189,239,84). Sum of RGB (Red+Green+Blue) = 189+239+84=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF54 is #4210AB. Grayscale: #CECECE. Windows color (decimal): -4329644 or 5566397. OLE color: 5566397.

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

Color convert

RGB 189 239 84 -
CMYK 0.21 0 0.65 0.06
HSL 79.35º 0.83% 0.63% -
HSV(B) 79.35º 0.65% 0.94% -
XYZ 53.45 73.19 19.7 -
YUV 206.38 58.94 115.6 -
System Red Green Blue C M Y K H S L
Decimal 189 239 84 0.21 0 0.65 0.06 79.35 0.83 0.63
Hex BD EF 54 15 0 41 6 4F 53 3F
Octal 275 357 124 25 0 101 6 117 123 77
Binary 10111101 11101111 1010100 10101 0 1000001 110 1001111 1010011 111111

Color Harmonies of #BDEF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF54

Black with #BDEF54

Text Example


Text Example

White with #BDEF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF54; }

 p { color: rgb(189,239,84); }

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

background-color css

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

 a { background-color: rgb(189,239,84); }

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

border-color css

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

 span { border-color: rgb(189,239,84); }

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