Html Css Color HEX #CEFA41 Pear

📋 copy color: '#CEFA41'

red 206 ◦ green 250 ◦ blue 65

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

Shades of Pear #CEFA41

Tints of Pear #CEFA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.48%

R = 39.54%
G = 47.98%
B = 12.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#CEFA41 (or 0xCEFA41) is known color: Pear. HEX triplet: CE, FA and 41. RGB value is (206,250,65). Sum of RGB (Red+Green+Blue) = 206+250+65=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA41 is #3105BE. Grayscale: #D8D8D8. Windows color (decimal): -3212735 or 4324046. OLE color: 4324046.

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

Color convert

RGB 206 250 65 -
CMYK 0.18 0 0.74 0.02
HSL 74.27º 0.95% 0.62% -
HSV(B) 74.27º 0.74% 0.98% -
XYZ 60.59 81.87 17.61 -
YUV 215.75 42.92 121.04 -
System Red Green Blue C M Y K H S L
Decimal 206 250 65 0.18 0 0.74 0.02 74.27 0.95 0.62
Hex CE FA 41 12 0 4A 2 4A 5F 3E
Octal 316 372 101 22 0 112 2 112 137 76
Binary 11001110 11111010 1000001 10010 0 1001010 10 1001010 1011111 111110

Color Harmonies of #CEFA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA41

Black with #CEFA41

Text Example


Text Example

White with #CEFA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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