Html Css Color HEX #CEFA2D Pear

📋 copy color: '#CEFA2D'

red 206 ◦ green 250 ◦ blue 45

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

Shades of Pear #CEFA2D

Tints of Pear #CEFA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.98%

R = 41.12%
G = 49.9%
B = 8.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#CEFA2D (or 0xCEFA2D) is known color: Pear. HEX triplet: CE, FA and 2D. RGB value is (206,250,45). Sum of RGB (Red+Green+Blue) = 206+250+45=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA2D is #3105D2. Grayscale: #D6D6D6. Windows color (decimal): -3212755 or 3013326. OLE color: 3013326.

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

Color convert

RGB 206 250 45 -
CMYK 0.18 0 0.82 0.02
HSL 72.88º 0.95% 0.58% -
HSV(B) 72.88º 0.82% 0.98% -
XYZ 60.11 81.68 15.08 -
YUV 213.47 32.92 122.67 -
System Red Green Blue C M Y K H S L
Decimal 206 250 45 0.18 0 0.82 0.02 72.88 0.95 0.58
Hex CE FA 2D 12 0 52 2 49 5F 3A
Octal 316 372 55 22 0 122 2 111 137 72
Binary 11001110 11111010 101101 10010 0 1010010 10 1001001 1011111 111010

Color Harmonies of #CEFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA2D

Black with #CEFA2D

Text Example


Text Example

White with #CEFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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