Html Css Color HEX #BBF264 Conifer

📋 copy color: '#BBF264'

red 187 ◦ green 242 ◦ blue 100

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

Shades of Conifer #BBF264

Tints of Conifer #BBF264

RGB

 RED value IS 187 (73.44% from 255) = 35.35%

 GREEN value IS 242 (94.92% from 255) = 45.75%

 BLUE value IS 100 (39.45% from 255) = 18.9%

R = 35.35%
G = 45.75%
B = 18.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BBF264 (or 0xBBF264) is known color: Conifer. HEX triplet: BB, F2 and 64. RGB value is (187,242,100). Sum of RGB (Red+Green+Blue) = 187+242+100=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF264 is #440D9B. Grayscale: #D1D1D1. Windows color (decimal): -4459932 or 6615739. OLE color: 6615739.

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

Color convert

RGB 187 242 100 -
CMYK 0.23 0 0.59 0.05
HSL 83.24º 0.85% 0.67% -
HSV(B) 83.24º 0.59% 0.95% -
XYZ 54.55 74.99 23.66 -
YUV 209.37 66.28 112.05 -
System Red Green Blue C M Y K H S L
Decimal 187 242 100 0.23 0 0.59 0.05 83.24 0.85 0.67
Hex BB F2 64 17 0 3B 5 53 55 43
Octal 273 362 144 27 0 73 5 123 125 103
Binary 10111011 11110010 1100100 10111 0 111011 101 1010011 1010101 1000011

Color Harmonies of #BBF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF264

Black with #BBF264

Text Example


Text Example

White with #BBF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF264; }

 p { color: rgb(187,242,100); }

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

background-color css

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

 a { background-color: rgb(187,242,100); }

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

border-color css

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

 span { border-color: rgb(187,242,100); }

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