Html Css Color HEX #CEFA7D Sulu

📋 copy color: '#CEFA7D'

red 206 ◦ green 250 ◦ blue 125

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

Shades of Sulu #CEFA7D

Tints of Sulu #CEFA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 35.46%
G = 43.03%
B = 21.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#CEFA7D (or 0xCEFA7D) is known color: Sulu. HEX triplet: CE, FA and 7D. RGB value is (206,250,125). Sum of RGB (Red+Green+Blue) = 206+250+125=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA7D is #310582. Grayscale: #DFDFDF. Windows color (decimal): -3212675 or 8256206. OLE color: 8256206.

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

Color convert

RGB 206 250 125 -
CMYK 0.18 0 0.50 0.02
HSL 81.12º 0.93% 0.74% -
HSV(B) 81.12º 0.5% 0.98% -
XYZ 63.34 82.97 32.08 -
YUV 222.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 206 250 125 0.18 0 0.50 0.02 81.12 0.93 0.74
Hex CE FA 7D 12 0 32 2 51 5D 4A
Octal 316 372 175 22 0 62 2 121 135 112
Binary 11001110 11111010 1111101 10010 0 110010 10 1010001 1011101 1001010

Color Harmonies of #CEFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA7D

Black with #CEFA7D

Text Example


Text Example

White with #CEFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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