Html Css Color HEX #CDEF50 Conifer

📋 copy color: '#CDEF50'

red 205 ◦ green 239 ◦ blue 80

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

Shades of Conifer #CDEF50

Tints of Conifer #CDEF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.27%

R = 39.12%
G = 45.61%
B = 15.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#CDEF50 (or 0xCDEF50) is known color: Conifer. HEX triplet: CD, EF and 50. RGB value is (205,239,80). Sum of RGB (Red+Green+Blue) = 205+239+80=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF50 is #3210AF. Grayscale: #D3D3D3. Windows color (decimal): -3281072 or 5304269. OLE color: 5304269.

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

Color convert

RGB 205 239 80 -
CMYK 0.14 0 0.67 0.06
HSL 72.83º 0.83% 0.63% -
HSV(B) 72.83º 0.67% 0.94% -
XYZ 57.49 75.29 19.09 -
YUV 210.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 205 239 80 0.14 0 0.67 0.06 72.83 0.83 0.63
Hex CD EF 50 E 0 43 6 49 53 3F
Octal 315 357 120 16 0 103 6 111 123 77
Binary 11001101 11101111 1010000 1110 0 1000011 110 1001001 1010011 111111

Color Harmonies of #CDEF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF50

Black with #CDEF50

Text Example


Text Example

White with #CDEF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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