Html Css Color HEX #CEFB2D Pear

📋 copy color: '#CEFB2D'

red 206 ◦ green 251 ◦ blue 45

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

Shades of Pear #CEFB2D

Tints of Pear #CEFB2D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

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

R = 41.04%
G = 50%
B = 8.96%

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

#CEFB2D (or 0xCEFB2D) is known color: Pear. HEX triplet: CE, FB and 2D. RGB value is (206,251,45). Sum of RGB (Red+Green+Blue) = 206+251+45=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFB2D is #3104D2. Grayscale: #D6D6D6. Windows color (decimal): -3212499 or 3013582. OLE color: 3013582.

HSL color Cylindrical-coordinate representation of color #CEFB2D: hue angle of 73.11º degrees, saturation: 0.96, 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 #CEFB2D is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 251 45 -
CMYK 0.18 0 0.82 0.02
HSL 73.11º 0.96% 0.58% -
HSV(B) 73.11º 0.82% 0.98% -
XYZ 60.42 82.31 15.18 -
YUV 214.06 32.59 122.25 -
System Red Green Blue C M Y K H S L
Decimal 206 251 45 0.18 0 0.82 0.02 73.11 0.96 0.58
Hex CE FB 2D 12 0 52 2 49 60 3A
Octal 316 373 55 22 0 122 2 111 140 72
Binary 11001110 11111011 101101 10010 0 1010010 10 1001001 1100000 111010

Color Harmonies of #CEFB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFB2D

Black with #CEFB2D

Text Example


Text Example

White with #CEFB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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