Html Css Color HEX #CDEF41 Pear

📋 copy color: '#CDEF41'

red 205 ◦ green 239 ◦ blue 65

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

Shades of Pear #CDEF41

Tints of Pear #CDEF41

RGB

 RED value IS 205 (80.47% from 255) = 40.28%

 GREEN value IS 239 (93.75% from 255) = 46.95%

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

R = 40.28%
G = 46.95%
B = 12.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#CDEF41 (or 0xCDEF41) is known color: Pear. HEX triplet: CD, EF and 41. RGB value is (205,239,65). Sum of RGB (Red+Green+Blue) = 205+239+65=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF41 is #3210BE. Grayscale: #D1D1D1. Windows color (decimal): -3281087 or 4321229. OLE color: 4321229.

HSL color Cylindrical-coordinate representation of color #CDEF41: hue angle of 71.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDEF41 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 65 -
CMYK 0.14 0 0.73 0.06
HSL 71.72º 0.84% 0.6% -
HSV(B) 71.72º 0.73% 0.94% -
XYZ 57 75.09 16.49 -
YUV 209 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 205 239 65 0.14 0 0.73 0.06 71.72 0.84 0.6
Hex CD EF 41 E 0 49 6 48 54 3C
Octal 315 357 101 16 0 111 6 110 124 74
Binary 11001101 11101111 1000001 1110 0 1001001 110 1001000 1010100 111100

Color Harmonies of #CDEF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF41

Black with #CDEF41

Text Example


Text Example

White with #CDEF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF41; }

 p { color: rgb(205,239,65); }

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

background-color css

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

 a { background-color: rgb(205,239,65); }

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

border-color css

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

 span { border-color: rgb(205,239,65); }

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