Html Css Color HEX #CEFA70 Sulu

📋 copy color: '#CEFA70'

red 206 ◦ green 250 ◦ blue 112

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

Shades of Sulu #CEFA70

Tints of Sulu #CEFA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 36.27%
G = 44.01%
B = 19.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CEFA70 (or 0xCEFA70) is known color: Sulu. HEX triplet: CE, FA and 70. RGB value is (206,250,112). Sum of RGB (Red+Green+Blue) = 206+250+112=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA70 is #31058F. Grayscale: #DDDDDD. Windows color (decimal): -3212688 or 7404238. OLE color: 7404238.

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

Color convert

RGB 206 250 112 -
CMYK 0.18 0 0.55 0.02
HSL 79.13º 0.93% 0.71% -
HSV(B) 79.13º 0.55% 0.98% -
XYZ 62.56 82.66 27.99 -
YUV 221.11 66.42 117.22 -
System Red Green Blue C M Y K H S L
Decimal 206 250 112 0.18 0 0.55 0.02 79.13 0.93 0.71
Hex CE FA 70 12 0 37 2 4F 5D 47
Octal 316 372 160 22 0 67 2 117 135 107
Binary 11001110 11111010 1110000 10010 0 110111 10 1001111 1011101 1000111

Color Harmonies of #CEFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA70

Black with #CEFA70

Text Example


Text Example

White with #CEFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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