Html Css Color HEX #CEFD30 Pear

📋 copy color: '#CEFD30'

red 206 ◦ green 253 ◦ blue 48

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

Shades of Pear #CEFD30

Tints of Pear #CEFD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

 BLUE value IS 48 (19.14% from 255) = 9.47%

R = 40.63%
G = 49.9%
B = 9.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#CEFD30 (or 0xCEFD30) is known color: Pear. HEX triplet: CE, FD and 30. RGB value is (206,253,48). Sum of RGB (Red+Green+Blue) = 206+253+48=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD30 is #3102CF. Grayscale: #D8D8D8. Windows color (decimal): -3211984 or 3210702. OLE color: 3210702.

HSL color Cylindrical-coordinate representation of color #CEFD30: hue angle of 73.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEFD30 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 48 -
CMYK 0.19 0 0.81 0.01
HSL 73.76º 0.98% 0.59% -
HSV(B) 73.76º 0.81% 0.99% -
XYZ 61.11 83.59 15.71 -
YUV 215.58 33.43 121.17 -
System Red Green Blue C M Y K H S L
Decimal 206 253 48 0.19 0 0.81 0.01 73.76 0.98 0.59
Hex CE FD 30 13 0 51 1 4A 62 3B
Octal 316 375 60 23 0 121 1 112 142 73
Binary 11001110 11111101 110000 10011 0 1010001 1 1001010 1100010 111011

Color Harmonies of #CEFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD30

Black with #CEFD30

Text Example


Text Example

White with #CEFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD30; }

 p { color: rgb(206,253,48); }

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

background-color css

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

 a { background-color: rgb(206,253,48); }

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

border-color css

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

 span { border-color: rgb(206,253,48); }

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