Html Css Color HEX #BCEF74 Sulu

📋 copy color: '#BCEF74'

red 188 ◦ green 239 ◦ blue 116

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

Shades of Sulu #BCEF74

Tints of Sulu #BCEF74

RGB

 RED value IS 188 (73.83% from 255) = 34.62%

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

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 34.62%
G = 44.01%
B = 21.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BCEF74 (or 0xBCEF74) is known color: Sulu. HEX triplet: BC, EF and 74. RGB value is (188,239,116). Sum of RGB (Red+Green+Blue) = 188+239+116=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF74 is #43108B. Grayscale: #D2D2D2. Windows color (decimal): -4395148 or 7663548. OLE color: 7663548.

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

Color convert

RGB 188 239 116 -
CMYK 0.21 0 0.51 0.06
HSL 84.88º 0.79% 0.7% -
HSV(B) 84.88º 0.51% 0.94% -
XYZ 54.76 73.69 27.86 -
YUV 209.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 188 239 116 0.21 0 0.51 0.06 84.88 0.79 0.7
Hex BC EF 74 15 0 33 6 55 4F 46
Octal 274 357 164 25 0 63 6 125 117 106
Binary 10111100 11101111 1110100 10101 0 110011 110 1010101 1001111 1000110

Color Harmonies of #BCEF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF74

Black with #BCEF74

Text Example


Text Example

White with #BCEF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF74; }

 p { color: rgb(188,239,116); }

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

background-color css

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

 a { background-color: rgb(188,239,116); }

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

border-color css

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

 span { border-color: rgb(188,239,116); }

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