Html Css Color HEX #CEF180 Sulu

📋 copy color: '#CEF180'

red 206 ◦ green 241 ◦ blue 128

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

Shades of Sulu #CEF180

Tints of Sulu #CEF180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.91%

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 35.83%
G = 41.91%
B = 22.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#CEF180 (or 0xCEF180) is known color: Sulu. HEX triplet: CE, F1 and 80. RGB value is (206,241,128). Sum of RGB (Red+Green+Blue) = 206+241+128=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF180 is #310E7F. Grayscale: #DADADA. Windows color (decimal): -3214976 or 8450510. OLE color: 8450510.

HSL color Cylindrical-coordinate representation of color #CEF180: hue angle of 78.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF180 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 128 -
CMYK 0.15 0 0.47 0.05
HSL 78.58º 0.8% 0.72% -
HSV(B) 78.58º 0.47% 0.95% -
XYZ 60.81 77.59 32.19 -
YUV 217.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 206 241 128 0.15 0 0.47 0.05 78.58 0.8 0.72
Hex CE F1 80 F 0 2F 5 4F 50 48
Octal 316 361 200 17 0 57 5 117 120 110
Binary 11001110 11110001 10000000 1111 0 101111 101 1001111 1010000 1001000

Color Harmonies of #CEF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF180

Black with #CEF180

Text Example


Text Example

White with #CEF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF180; }

 p { color: rgb(206,241,128); }

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

background-color css

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

 a { background-color: rgb(206,241,128); }

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

border-color css

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

 span { border-color: rgb(206,241,128); }

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