Html Css Color HEX #CEFA80 Sulu

📋 copy color: '#CEFA80'

red 206 ◦ green 250 ◦ blue 128

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

Shades of Sulu #CEFA80

Tints of Sulu #CEFA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.81%

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

R = 35.27%
G = 42.81%
B = 21.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#CEFA80 (or 0xCEFA80) is known color: Sulu. HEX triplet: CE, FA and 80. RGB value is (206,250,128). Sum of RGB (Red+Green+Blue) = 206+250+128=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA80 is #31057F. Grayscale: #DFDFDF. Windows color (decimal): -3212672 or 8452814. OLE color: 8452814.

HSL color Cylindrical-coordinate representation of color #CEFA80: hue angle of 81.64º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEFA80 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 128 -
CMYK 0.18 0 0.49 0.02
HSL 81.64º 0.92% 0.74% -
HSV(B) 81.64º 0.49% 0.98% -
XYZ 63.54 83.05 33.1 -
YUV 222.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 206 250 128 0.18 0 0.49 0.02 81.64 0.92 0.74
Hex CE FA 80 12 0 31 2 52 5C 4A
Octal 316 372 200 22 0 61 2 122 134 112
Binary 11001110 11111010 10000000 10010 0 110001 10 1010010 1011100 1001010

Color Harmonies of #CEFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA80

Black with #CEFA80

Text Example


Text Example

White with #CEFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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