Html Css Color HEX #CEF983 Sulu

📋 copy color: '#CEF983'

red 206 ◦ green 249 ◦ blue 131

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

Shades of Sulu #CEF983

Tints of Sulu #CEF983

RGB

 RED value IS 206 (80.86% from 255) = 35.15%

 GREEN value IS 249 (97.66% from 255) = 42.49%

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 35.15%
G = 42.49%
B = 22.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#CEF983 (or 0xCEF983) is known color: Sulu. HEX triplet: CE, F9 and 83. RGB value is (206,249,131). Sum of RGB (Red+Green+Blue) = 206+249+131=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF983 is #31067C. Grayscale: #DFDFDF. Windows color (decimal): -3212925 or 8649166. OLE color: 8649166.

HSL color Cylindrical-coordinate representation of color #CEF983: hue angle of 81.86º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF983 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 131 -
CMYK 0.17 0 0.47 0.02
HSL 81.86º 0.91% 0.75% -
HSV(B) 81.86º 0.47% 0.98% -
XYZ 63.43 82.51 34.06 -
YUV 222.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 206 249 131 0.17 0 0.47 0.02 81.86 0.91 0.75
Hex CE F9 83 11 0 2F 2 52 5B 4B
Octal 316 371 203 21 0 57 2 122 133 113
Binary 11001110 11111001 10000011 10001 0 101111 10 1010010 1011011 1001011

Color Harmonies of #CEF983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF983

Black with #CEF983

Text Example


Text Example

White with #CEF983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF983; }

 p { color: rgb(206,249,131); }

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

background-color css

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

 a { background-color: rgb(206,249,131); }

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

border-color css

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

 span { border-color: rgb(206,249,131); }

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