Html Css Color HEX #BCEF68 Sulu

📋 copy color: '#BCEF68'

red 188 ◦ green 239 ◦ blue 104

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

Shades of Sulu #BCEF68

Tints of Sulu #BCEF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 35.4%
G = 45.01%
B = 19.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#BCEF68 (or 0xBCEF68) is known color: Sulu. HEX triplet: BC, EF and 68. RGB value is (188,239,104). Sum of RGB (Red+Green+Blue) = 188+239+104=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF68 is #431097. Grayscale: #D0D0D0. Windows color (decimal): -4395160 or 6877116. OLE color: 6877116.

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

Color convert

RGB 188 239 104 -
CMYK 0.21 0 0.56 0.06
HSL 82.67º 0.81% 0.67% -
HSV(B) 82.67º 0.56% 0.94% -
XYZ 54.1 73.42 24.42 -
YUV 208.36 69.1 113.48 -
System Red Green Blue C M Y K H S L
Decimal 188 239 104 0.21 0 0.56 0.06 82.67 0.81 0.67
Hex BC EF 68 15 0 38 6 53 51 43
Octal 274 357 150 25 0 70 6 123 121 103
Binary 10111100 11101111 1101000 10101 0 111000 110 1010011 1010001 1000011

Color Harmonies of #BCEF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF68

Black with #BCEF68

Text Example


Text Example

White with #BCEF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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