Html Css Color HEX #CDE74B Las Palmas

📋 copy color: '#CDE74B'

red 205 ◦ green 231 ◦ blue 75

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

Shades of Las Palmas #CDE74B

Tints of Las Palmas #CDE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.21%

 BLUE value IS 75 (29.69% from 255) = 14.68%

R = 40.12%
G = 45.21%
B = 14.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#CDE74B (or 0xCDE74B) is known color: Las Palmas. HEX triplet: CD, E7 and 4B. RGB value is (205,231,75). Sum of RGB (Red+Green+Blue) = 205+231+75=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE74B is #3218B4. Grayscale: #CECECE. Windows color (decimal): -3283125 or 4974541. OLE color: 4974541.

HSL color Cylindrical-coordinate representation of color #CDE74B: hue angle of 70º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDE74B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 231 75 -
CMYK 0.11 0 0.68 0.09
HSL 70º 0.76% 0.6% -
HSV(B) 70º 0.68% 0.91% -
XYZ 55.02 70.64 17.39 -
YUV 205.44 54.39 127.68 -
System Red Green Blue C M Y K H S L
Decimal 205 231 75 0.11 0 0.68 0.09 70 0.76 0.6
Hex CD E7 4B B 0 44 9 46 4C 3C
Octal 315 347 113 13 0 104 11 106 114 74
Binary 11001101 11100111 1001011 1011 0 1000100 1001 1000110 1001100 111100

Color Harmonies of #CDE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE74B

Black with #CDE74B

Text Example


Text Example

White with #CDE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE74B; }

 p { color: rgb(205,231,75); }

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

background-color css

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

 a { background-color: rgb(205,231,75); }

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

border-color css

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

 span { border-color: rgb(205,231,75); }

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